summaryrefslogtreecommitdiff
path: root/FL/Fl.H
diff options
context:
space:
mode:
Diffstat (limited to 'FL/Fl.H')
-rw-r--r--FL/Fl.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/Fl.H b/FL/Fl.H
index 563d81383..40e845cdb 100644
--- a/FL/Fl.H
+++ b/FL/Fl.H
@@ -663,7 +663,7 @@ int main() {
position your first window). If the display is not open, this will
open it.
*/
- static void get_mouse(int &,int &); // platform dependent
+ static void get_mouse(int &,int &);
/**
Returns non zero if we had a double click event.
\retval Non-zero if the most recent FL_PUSH or FL_KEYBOARD was a "double click".