fltk/src/drivers/Xlib
Manolo Gouy 8b7f7c78b2 Remove public member function Fl_Window_Driver *Fl_Window::driver() so class Fl_Window_Driver is not in FLTK public API.
This function is replaced by static Fl_Window_Driver* Fl_Window_Driver::(const Fl_Window *win).
The purpose is to have class Fl_Window_Driver outside from FLTK ABI.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12915 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2018-05-12 09:36:36 +00:00
..
Fl_Font.H STR#3450: Draw text with OpenGL using textures on all platforms. 2018-02-07 15:34:44 +00:00
Fl_Xlib_Copy_Surface_Driver.cxx Make virtual void Fl_Surface_Device::end_current_() have no argument because none is used. 2018-05-01 17:09:15 +00:00
Fl_Xlib_Graphics_Driver_arci.cxx Reorganise access to the value of the GUI scaling factor with public getter and protected, virtual setter member functions. 2018-04-19 10:39:46 +00:00
Fl_Xlib_Graphics_Driver_color.cxx Replace FL/x.H with FL/platform.H - step 2 (STR #3435). 2018-01-31 21:17:17 +00:00
Fl_Xlib_Graphics_Driver_font_x.cxx STR#3450: Draw text with OpenGL using textures on all platforms. 2018-02-07 15:34:44 +00:00
Fl_Xlib_Graphics_Driver_font_xft.cxx Reorganise access to the value of the GUI scaling factor with public getter and protected, virtual setter member functions. 2018-04-19 10:39:46 +00:00
Fl_Xlib_Graphics_Driver_image.cxx Remove public member function Fl_Window_Driver *Fl_Window::driver() so class Fl_Window_Driver is not in FLTK public API. 2018-05-12 09:36:36 +00:00
Fl_Xlib_Graphics_Driver_line_style.cxx Remove a bunch of useless #include <FL/Fl_Printer.H> statements. 2018-05-09 12:27:38 +00:00
Fl_Xlib_Graphics_Driver_rect.cxx Remove a bunch of useless #include <FL/Fl_Printer.H> statements. 2018-05-09 12:27:38 +00:00
Fl_Xlib_Graphics_Driver_vertex.cxx X11: Fix drawing of sliders with gtk+ scheme and GUI scaling >= 2 -- continued 2018-04-05 21:05:08 +00:00
Fl_Xlib_Graphics_Driver.cxx Reorganise access to the value of the GUI scaling factor with public getter and protected, virtual setter member functions. 2018-04-19 10:39:46 +00:00
Fl_Xlib_Graphics_Driver.H Reorganise access to the value of the GUI scaling factor with public getter and protected, virtual setter member functions. 2018-04-19 10:39:46 +00:00
Fl_Xlib_Image_Surface_Driver.cxx Make virtual void Fl_Surface_Device::end_current_() have no argument because none is used. 2018-05-01 17:09:15 +00:00