X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e273151278d28cceefe6eee8c49bc6915306805d..b0802e642190c07d819d1c01bd7c315453d091d0:/src/palmos/dcclient.cpp diff --git a/src/palmos/dcclient.cpp b/src/palmos/dcclient.cpp index ae1340f40e..643514095a 100644 --- a/src/palmos/dcclient.cpp +++ b/src/palmos/dcclient.cpp @@ -42,14 +42,14 @@ struct WXDLLEXPORT wxPaintDCInfo { wxPaintDCInfo(wxWindow *win, wxDC *dc) { - hwnd = win->GetHWND(); - hdc = dc->GetHDC(); - count = 1; + handle = win->GetWinHandle(); + hdc = dc->GetHDC(); + count = 1; } - WXHWND hwnd; // window for this DC - WXHDC hdc; // the DC handle - size_t count; // usage count + WXWINHANDLE handle; // window for this DC + WXHDC hdc; // the DC handle + size_t count; // usage count }; #include "wx/arrimpl.cpp"