X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6835592c5ce0c3c4bc3a0e1275b1a1592c023280..ccdcde00d9ae27ca20ff6c3c9495918a0ec725aa:/include/wx/os2/dc.h?ds=sidebyside diff --git a/include/wx/os2/dc.h b/include/wx/os2/dc.h index 89377fd23c..87d00092a2 100644 --- a/include/wx/os2/dc.h +++ b/include/wx/os2/dc.h @@ -333,6 +333,10 @@ protected: ,int nFillStyle = wxODDEVEN_RULE ); +#if wxUSE_PALETTE + void DoSelectPalette(bool bRealize = FALSE); + void InitializePalette(void); +#endif // wxUSE_PALETTE // // common part of DoDrawText() and DoDrawRotatedText()