X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d92f5f03c9a1e432751498a48e9d227459087786..a6b0e5bdddd91f2f07ec3527c2ebbe2930faf715:/include/wx/os2/private.h?ds=sidebyside diff --git a/include/wx/os2/private.h b/include/wx/os2/private.h index a453f8b02d..b64b64e50b 100644 --- a/include/wx/os2/private.h +++ b/include/wx/os2/private.h @@ -287,7 +287,7 @@ extern LONG APIENTRY wxSubclassedGenericControlProc(WXHWND hWnd, WXDWORD message // OS/2 convention of the mask is opposed to the wxWidgets one, so we need // to invert the mask each time we pass one/get one to/from Windows extern HBITMAP wxInvertMask(HBITMAP hbmpMask, int w = 0, int h = 0); -extern HBITMAP wxFlipBmp(HBITMAP hbmp, int w = 0, int h = 0); +extern HBITMAP wxCopyBmp(HBITMAP hbmp, bool flip=false, int w=0, int h=0); // --------------------------------------------------------------------------- // global data