fix typo
This commit is contained in:
@@ -178,7 +178,7 @@ protected:
|
|||||||
wxUnusedVar(win);
|
wxUnusedVar(win);
|
||||||
#endif // platform
|
#endif // platform
|
||||||
|
|
||||||
wxLogTrace("focus", "SetInputFocusToXWindow on Window 0x%ul.", focus);
|
wxLogTrace("focus", "SetInputFocusToXWindow on Window 0x%lu.", focus);
|
||||||
|
|
||||||
XSetInputFocus(m_display, focus, RevertToPointerRoot, CurrentTime);
|
XSetInputFocus(m_display, focus, RevertToPointerRoot, CurrentTime);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user