From 5d1df0e789c794b8040c5db0d84b03ae2b42fd8d Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sat, 13 Feb 2016 12:57:00 +0000 Subject: Details on PORTME items. Move fl_parse_color() to screen drivers. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11163 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_Tree_Prefs.cxx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/Fl_Tree_Prefs.cxx') diff --git a/src/Fl_Tree_Prefs.cxx b/src/Fl_Tree_Prefs.cxx index 1cf91bd06..1bc513d0e 100644 --- a/src/Fl_Tree_Prefs.cxx +++ b/src/Fl_Tree_Prefs.cxx @@ -28,7 +28,7 @@ // These can be replaced via prefs.openicon()/closeicon() // static const char * const L_open_xpm[] = { -#ifdef __APPLE__ // PORTME: platform look and feel +#ifdef __APPLE__ // PORTME: Fl_Screen_Driver - platform look and feel "11 11 2 1", ". c None", "@ c #000000", @@ -43,7 +43,7 @@ static const char * const L_open_xpm[] = { "...@@@.....", "...@@......", "...@......." -#else /* __APPLE__ */ // PORTME: platform look and feel +#else /* __APPLE__ */ // PORTME: Fl_Screen_Driver - platform look and feel "11 11 3 1", ". c #fefefe", "# c #444444", @@ -59,12 +59,12 @@ static const char * const L_open_xpm[] = { "#.........#", "#.........#", "###########" -#endif /* __APPLE__ */ // PORTME: platform look and feel +#endif /* __APPLE__ */ // PORTME: Fl_Screen_Driver - platform look and feel }; static Fl_Pixmap L_openpixmap(L_open_xpm); static const char * const L_close_xpm[] = { -#ifdef __APPLE__ // PORTME: platform look and feel +#ifdef __APPLE__ // PORTME: Fl_Screen_Driver - platform look and feel "11 11 2 1", ". c None", "@ c #000000", @@ -79,7 +79,7 @@ static const char * const L_close_xpm[] = { ".....@.....", "...........", "..........." -#else /* __APPLE__ */ // PORTME: platform look and feel +#else /* __APPLE__ */ // PORTME: Fl_Screen_Driver - platform look and feel "11 11 3 1", ". c #fefefe", "# c #444444", @@ -95,7 +95,7 @@ static const char * const L_close_xpm[] = { "#.........#", "#.........#", "###########" -#endif /* __APPLE__ */ // PORTME: platform look and feel +#endif /* __APPLE__ */ // PORTME: Fl_Screen_Driver - platform look and feel }; static Fl_Pixmap L_closepixmap(L_close_xpm); @@ -157,7 +157,7 @@ Fl_Tree_Prefs::Fl_Tree_Prefs() { _labelfgcolor = FL_BLACK; _labelbgcolor = 0xffffffff; // we use this as 'transparent' _connectorcolor = Fl_Color(43); -#ifdef __APPLE__ // PORTME: platform look and feel +#ifdef __APPLE__ // PORTME: Fl_Screen_Driver - platform look and feel _connectorstyle = FL_TREE_CONNECTOR_NONE; #else /* __APPLE__ */ _connectorstyle = FL_TREE_CONNECTOR_DOTTED; -- cgit v1.2.3