X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/324eeecb3cdc9522e136af6670443148772b412a..fbf618dff87a9e4a88d5be458cecc50309b30af3:/include/wx/palmos/window.h diff --git a/include/wx/palmos/window.h b/include/wx/palmos/window.h index 40749393fe..698bf7a181 100644 --- a/include/wx/palmos/window.h +++ b/include/wx/palmos/window.h @@ -16,10 +16,6 @@ // headers // --------------------------------------------------------------------------- -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma interface "window.h" -#endif - // [at least] some version of Windows send extra mouse move messages after // a mouse click or a key press - to temporarily fix this problem, set the // define below to 1 @@ -211,11 +207,11 @@ public: protected: // the window handle - WinHandle m_handle; - FormType *FrameForm; + WXWINHANDLE m_handle; + WXFORMPTR FrameForm; - FormType *GetFormPtr(); - void SetFormPtr(FormType *FormPtr); + WXFORMPTR GetFormPtr(); + void SetFormPtr(WXFORMPTR FormPtr); // additional (Palm specific) flags bool m_mouseInWindow:1;