diff options
| -rw-r--r-- | src/Fl_x.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_x.cxx b/src/Fl_x.cxx index 22acff7e9..58f2bf906 100644 --- a/src/Fl_x.cxx +++ b/src/Fl_x.cxx @@ -1513,7 +1513,7 @@ int fl_handle(const XEvent& thisevent) // we can detect this because the repeating KeyPress event is in // the queue, get it and execute it instead: - // Bool XkbSetDetectableAutorepeat ( display, detectable, supported_rtrn ) + // Bool XkbSetDetectableAutoRepeat ( display, detectable, supported_rtrn ) // Display * display ; // Bool detectable ; // Bool * supported_rtrn ; |
