From d175f860db7ef4d76cbd304e2091691031210d33 Mon Sep 17 00:00:00 2001 From: Greg Ercolano Date: Thu, 13 Mar 2014 16:57:52 +0000 Subject: [PATCH] Fixed casing issue for code comment: XkbSetDetectableAuto*R*epeat() git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10118 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_x.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ;