fltk/src/drivers
Manolo Gouy 4fcefc68f8 Remove the platform-dependent type xchar
File fl_utf8.h defines the xchar type with a platform-dependent value (wchar_t or unsigned short).
But it is used exclusively by WIN32 code (0 use in cross-platform code, 0 use in APPLE
or in USE_X11 code).
Thus, we can just get rid of this type and replace it by wchar_t where it is used.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11459 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2016-03-29 09:29:51 +00:00
..
Cocoa Remove the platform-dependent code from Fl_Widget_Surface.cxx - first part. 2016-03-27 18:53:01 +00:00
Darwin Rewrite Fl_dnd.cxx under the driver model. 2016-03-28 17:36:07 +00:00
GDI Remove the platform-dependent type xchar 2016-03-29 09:29:51 +00:00
OpenGL Isolate the definition of the 3 public, OS-dependent types (Fl_Offscreen, Fl_Region, Fl_Bitmask). 2016-03-26 14:36:11 +00:00
Pico Completed the vector font. 2016-03-25 23:10:15 +00:00
PicoAndroid Added current error messages of Android build as a reference. 2016-03-25 23:16:33 +00:00
PicoSDL Provide Fl_Window_Driver accessor methods for public Fl_Window attributes. 2016-03-24 01:20:08 +00:00
Posix Begin to clean fl_utf8.h from its platform-dependent content. 2016-03-29 06:12:12 +00:00
PostScript Isolate the definition of the 3 public, OS-dependent types (Fl_Offscreen, Fl_Region, Fl_Bitmask). 2016-03-26 14:36:11 +00:00
Quartz Remove src/drivers/Quartz/Fl_Quartz_Display_Device.{H,cxx} 2016-03-28 10:53:37 +00:00
WinAPI Remove the platform-dependent type xchar 2016-03-29 09:29:51 +00:00
X11 Rewrite Fl_Menu_Window class under the driver model. 2016-03-27 07:47:52 +00:00
Xlib Remove a few uses of the fl_graphics_driver global variable 2016-03-26 23:06:08 +00:00