X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d289329218fb13e56c297fc27d82cb44cb849083..460354e939bc52de1b5a749b6d88d6ef21f5827b:/src/palmos/window.cpp diff --git a/src/palmos/window.cpp b/src/palmos/window.cpp index 02a43e497a..91ca0184d8 100644 --- a/src/palmos/window.cpp +++ b/src/palmos/window.cpp @@ -85,6 +85,8 @@ #include "wx/listctrl.h" #include "wx/window.h" +#include + // --------------------------------------------------------------------------- // global variables // --------------------------------------------------------------------------- @@ -272,13 +274,13 @@ bool wxWindowPalm::Create(wxWindow *parent, return true; } -FormType *wxWindowPalm::GetFormPtr() +WXFORMPTR wxWindowPalm::GetFormPtr() { return FrameForm; } -void wxWindowPalm::SetFormPtr(FormType *FormPtr) +void wxWindowPalm::SetFormPtr(WXFORMPTR FormPtr) { - FrameForm=FormPtr; + FrameForm = FormPtr; } // --------------------------------------------------------------------------- @@ -442,7 +444,7 @@ void wxWindowPalm::Thaw() void wxWindowPalm::Refresh(bool eraseBack, const wxRect *rect) { - WinHandle handle = GetWinHandle(); + WinHandle handle = (WinHandle)GetWinHandle(); if(handle) { if(rect)