fix typo in LookupKey defn
svn: r3696
This commit is contained in:
parent
38d5a59a3c
commit
a4ea07d862
|
@ -193,7 +193,7 @@ protected:
|
||||||
static void WindowEventHandler(Widget w, wxWindow **win,
|
static void WindowEventHandler(Widget w, wxWindow **win,
|
||||||
XEvent *ev, Boolean *continue_to_dispatch_return);
|
XEvent *ev, Boolean *continue_to_dispatch_return);
|
||||||
static void ScrollEventHandler(Widget w, wxWindow **win, XtPointer p_XfwfScrollInfo);
|
static void ScrollEventHandler(Widget w, wxWindow **win, XtPointer p_XfwfScrollInfo);
|
||||||
static Status wxWindow::LookupKey(int unshifted, Widget w, wxWindow *win, XEvent *xev, KeySym *_keysym, char *s, int *_len);
|
static Status LookupKey(int unshifted, Widget w, wxWindow *win, XEvent *xev, KeySym *_keysym, char *s, int *_len);
|
||||||
void RegisterAll(Widget ww);
|
void RegisterAll(Widget ww);
|
||||||
# endif
|
# endif
|
||||||
protected:
|
protected:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user