X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/02761f6cd478e3c2c97cf6f93442747f7b029833..c95e653ca42e6474c32d71e69a3fd8a2bc443fc4:/src/palmos/window.cpp diff --git a/src/palmos/window.cpp b/src/palmos/window.cpp index f2f25a0109..3507888caf 100644 --- a/src/palmos/window.cpp +++ b/src/palmos/window.cpp @@ -76,6 +76,7 @@ #include "wx/notebook.h" #include "wx/listctrl.h" +#ifndef __WXUNIVERSAL__ #include // --------------------------------------------------------------------------- @@ -247,7 +248,7 @@ bool wxGetKeyState(wxKeyCode key) void wxWindowPalm::Init() { - m_handle = 0; + m_hWnd = 0; } // Destructor @@ -445,7 +446,7 @@ void wxWindowPalm::Thaw() void wxWindowPalm::Refresh(bool eraseBack, const wxRect *rect) { - WinHandle handle = (WinHandle)GetWinHandle(); + WinHandle handle = (WinHandle)GetHWND(); if(handle) { if(rect) @@ -754,5 +755,5 @@ bool wxWindowPalm::UnregisterHotKey(int hotkeyId) { return false; } - +#endif // # __WXUNIVERSAL__ #endif // wxUSE_HOTKEY