mirror of
https://github.com/fltk/fltk.git
synced 2026-09-23 07:43:48 +08:00
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
This commit is contained in:
+1
-1
@@ -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 ;
|
||||
|
||||
Reference in New Issue
Block a user