Author: matt
Date: 2010-03-31 14:44:25 -0700 (Wed, 31 Mar 2010)
New Revision: 7388
Log:
Ported Alignment flags for FLTK1. (pt2)

Modified:
   branches/branch-3.0/FL/Enumerations.H

Modified: branches/branch-3.0/FL/Enumerations.H
===================================================================
--- branches/branch-3.0/FL/Enumerations.H       2010-03-31 21:43:40 UTC (rev 
7387)
+++ branches/branch-3.0/FL/Enumerations.H       2010-03-31 21:44:25 UTC (rev 
7388)
@@ -202,8 +202,6 @@
   FL_FREE_LABELTYPE   = fltk3::FREE_LABELTYPE
 };
 
-#if 0
-
 typedef unsigned Fl_Align;
 const Fl_Align FL_ALIGN_CENTER         = (Fl_Align)fltk3::ALIGN_CENTER;
 const Fl_Align FL_ALIGN_TOP            = (Fl_Align)fltk3::ALIGN_TOP;
@@ -225,8 +223,6 @@
 const Fl_Align FL_ALIGN_RIGHT_BOTTOM   = (Fl_Align)fltk3::ALIGN_RIGHT_BOTTOM;
 const Fl_Align FL_ALIGN_NOWRAP         = (Fl_Align)fltk3::ALIGN_NOWRAP;
 
-#endif
-
 typedef int Fl_Font;
 const Fl_Font FL_HELVETICA              = fltk3::HELVETICA;
 const Fl_Font FL_HELVETICA_BOLD         = fltk3::HELVETICA_BOLD;

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to