X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e4db172a3b318df9aff178eb6c5da149d56e0859..8ec09aacc6d8a0ef8c8e3910c46258bc20f0734b:/src/unix/utilsx11.cpp diff --git a/src/unix/utilsx11.cpp b/src/unix/utilsx11.cpp index a410c64770..cb2de81897 100644 --- a/src/unix/utilsx11.cpp +++ b/src/unix/utilsx11.cpp @@ -18,6 +18,7 @@ #ifndef WX_PRECOMP #include "wx/log.h" + #include "wx/app.h" #endif #include "wx/iconbndl.h" @@ -774,8 +775,6 @@ KeySym wxCharCodeWXToX(int id) // check current state of a key // ---------------------------------------------------------------------------- -#include "wx/app.h" - bool wxGetKeyState(wxKeyCode key) { wxASSERT_MSG(key != WXK_LBUTTON && key != WXK_RBUTTON && key !=