Author: manolo
Date: 2012-05-08 05:58:46 -0700 (Tue, 08 May 2012)
New Revision: 9460
Log:
Removed compilation error under X11.
Modified:
branches/branch-3.0/src/fltk3/DoubleWindow.cxx
Modified: branches/branch-3.0/src/fltk3/DoubleWindow.cxx
===================================================================
--- branches/branch-3.0/src/fltk3/DoubleWindow.cxx 2012-05-08 12:13:44 UTC
(rev 9459)
+++ branches/branch-3.0/src/fltk3/DoubleWindow.cxx 2012-05-08 12:58:46 UTC
(rev 9460)
@@ -361,7 +361,7 @@
#endif
#if defined(USE_X11) || defined(WIN32)
myi->other_xid = fl_create_offscreen(w(), h());
- clear_damage(fltk3::DAMAGE_ALL);
+ set_damage(fltk3::DAMAGE_ALL);
#elif defined(__APPLE_QUARTZ__)
if (force_doublebuffering_) {
myi->other_xid = fl_create_offscreen(w(), h());
_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit