]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/window.h
Add import/export attributes
[wxWidgets.git] / include / wx / palmos / window.h
index 40749393fe973e6c9fd4e7dd40810c0594677438..25e58a866ae777e6461ace5de49f9318cc783d30 100644 (file)
@@ -211,11 +211,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;