Author: manolo
Date: 2011-07-04 05:01:10 -0700 (Mon, 04 Jul 2011)
New Revision: 8844
Log:
Completed conversion to 3.0 of GDIGraphicsDriver::class_id and 
XlibGraphicsDriver::class_id.

Modified:
   branches/branch-3.0/src/Fl_Device.cxx

Modified: branches/branch-3.0/src/Fl_Device.cxx
===================================================================
--- branches/branch-3.0/src/Fl_Device.cxx       2011-07-04 11:59:51 UTC (rev 
8843)
+++ branches/branch-3.0/src/Fl_Device.cxx       2011-07-04 12:01:10 UTC (rev 
8844)
@@ -37,11 +37,11 @@
 const char *fltk3::QuartzGraphicsDriver::class_id = 
"fltk3::QuartzGraphicsDriver";
 #endif
 #if defined(WIN32) || defined(FLTK3_DOXYGEN)
-const char *fltk3::GDIGraphicsDriver::class_id = "Fl_GDI_Graphics_Driver";
+const char *fltk3::GDIGraphicsDriver::class_id = "fltk3::GDIGraphicsDriver";
 #endif
 #if !(defined(__APPLE__) || defined(WIN32))
 namespace fltk3 {
-  const char *XlibGraphicsDriver::class_id = "Fl_Xlib_Graphics_Driver";
+  const char *XlibGraphicsDriver::class_id = "fltk3::XlibGraphicsDriver";
 }
 #endif
 

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

Reply via email to