diff options
| author | Greg Ercolano <erco@seriss.com> | 2014-03-13 16:57:52 +0000 |
|---|---|---|
| committer | Greg Ercolano <erco@seriss.com> | 2014-03-13 16:57:52 +0000 |
| commit | d175f860db7ef4d76cbd304e2091691031210d33 (patch) | |
| tree | 34a78be3c9fc8317e941edacf40523e371377d25 | |
| parent | 3d8c3577cbb2dd619f255f4e391d0d155c881b94 (diff) | |
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
| -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 ; |
