summaryrefslogtreecommitdiff
path: root/src/Fl_grab.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Fl_grab.cxx')
-rw-r--r--src/Fl_grab.cxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Fl_grab.cxx b/src/Fl_grab.cxx
index c8f7ac941..9b0446d74 100644
--- a/src/Fl_grab.cxx
+++ b/src/Fl_grab.cxx
@@ -30,6 +30,12 @@
extern void fl_fix_focus(); // in Fl.cxx
+#if defined(WIN32) || defined(__APPLE__)
+#elif defined(FL_PORTING)
+# pragma message "FL_PORTING: tell a window to grab all following events"
+#else
+#endif
+
#ifdef WIN32
// We have to keep track of whether we have captured the mouse, since
// MSWindows shows little respect for this... Grep for fl_capture to