// 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
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;