X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1c83cdc9205a794ff86be710bd8ab65951990a67..8a9c22462aec446d06267ac10b99f1115704b9d1:/src/msw/data.cpp diff --git a/src/msw/data.cpp b/src/msw/data.cpp index b925bccfd5..1b24fc3e3a 100644 --- a/src/msw/data.cpp +++ b/src/msw/data.cpp @@ -37,13 +37,6 @@ wxWindowList wxTopLevelWindows; // List of windows pending deletion wxList WXDLLEXPORT wxPendingDelete; -// Current cursor, in order to hang on to -// cursor handle when setting the cursor globally -wxCursor *g_globalCursor = NULL; - -// Message Strings for Internationalization -char **wx_msg_str = (char**)NULL; - // Custom OS version, as optionally placed in wx.ini/.wxrc // Currently this can be Win95, Windows, Win32s, WinNT. // For some systems, you can't tell until run-time what services you @@ -112,6 +105,7 @@ wxFont wxNullFont; wxColour wxNullColour; // Default window names +const wxChar *wxControlNameStr = wxT("control"); const wxChar *wxButtonNameStr = wxT("button"); const wxChar *wxCanvasNameStr = wxT("canvas"); const wxChar *wxCheckBoxNameStr = wxT("check");