This commit is contained in:
ali kettab
2020-07-10 21:47:05 +01:00
parent 6f8509f8eb
commit bca8bc13b4

View File

@@ -178,7 +178,7 @@ protected:
wxUnusedVar(win);
#endif // platform
wxLogTrace("focus", "SetInputFocusToXWindow on Window 0x%ul.", focus);
wxLogTrace("focus", "SetInputFocusToXWindow on Window 0x%lu.", focus);
XSetInputFocus(m_display, focus, RevertToPointerRoot, CurrentTime);
}