Missing wxUSE_PALETTE markup (#1369489).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36295 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2005-11-30 07:58:37 +00:00
parent 7e04489676
commit 0b04c4e0bd
6 changed files with 52 additions and 28 deletions

View File

@@ -1,5 +1,5 @@
/////////////////////////////////////////////////////////////////////////////
// Name: dc.h
// Name: wx/gtk/dc.h
// Purpose:
// Author: Robert Roebling
// Id: $Id$
@@ -41,7 +41,9 @@ public:
wxDC();
~wxDC() { }
#if wxUSE_PALETTE
void SetColourMap( const wxPalette& palette ) { SetPalette(palette); };
#endif // wxUSE_PALETTE
// Resolution in pixels per logical inch
virtual wxSize GetPPI() const;