summaryrefslogtreecommitdiff
path: root/src/Fl_x.cxx
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2005-10-12 20:19:30 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2005-10-12 20:19:30 +0000
commitdc7a14aa9a2842a07740e1ab7573cf850ef753c5 (patch)
tree262149205b827a7fc911a0bfbcea3b4fed18d1ec /src/Fl_x.cxx
parent592e215dd61d3c71714e522b8975a8d3587d7da0 (diff)
Rework event loop handling on all platforms for better timer and idle
processing (STR #861) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4589 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_x.cxx')
-rw-r--r--src/Fl_x.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Fl_x.cxx b/src/Fl_x.cxx
index c7444fc41..f4eb3fdc6 100644
--- a/src/Fl_x.cxx
+++ b/src/Fl_x.cxx
@@ -26,9 +26,9 @@
//
#ifdef WIN32
-# include "Fl_win32.cxx"
+//# include "Fl_win32.cxx"
#elif defined(__APPLE__)
-# include "Fl_mac.cxx"
+//# include "Fl_mac.cxx"
#else
# define CONSOLIDATE_MOTION 1