X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2454dc8a6480824859269fd316b9ca780ac7689e..82df62ef8e55adf38221afc82439edeed4fe3368:/src/gtk/dcscreen.cpp diff --git a/src/gtk/dcscreen.cpp b/src/gtk/dcscreen.cpp index 3e0d46d5bb..8e00545f96 100644 --- a/src/gtk/dcscreen.cpp +++ b/src/gtk/dcscreen.cpp @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: dcscreen.cpp +// Name: src/gtk/dcscreen.cpp // Purpose: // Author: Robert Roebling // Id: $Id$ @@ -11,7 +11,10 @@ #include "wx/wxprec.h" #include "wx/dcscreen.h" -#include "wx/window.h" + +#ifndef WX_PRECOMP + #include "wx/window.h" +#endif #include #include @@ -33,7 +36,7 @@ IMPLEMENT_DYNAMIC_CLASS(wxScreenDC,wxPaintDC) wxScreenDC::wxScreenDC() { - m_ok = FALSE; + m_ok = false; m_cmap = gdk_colormap_get_system(); m_window = gdk_get_default_root_window(); @@ -44,7 +47,7 @@ wxScreenDC::wxScreenDC() m_layout = pango_layout_new( m_context ); // m_fontdesc = pango_font_description_copy( widget->style->font_desc ); - m_isScreenDC = TRUE; + m_isScreenDC = true; SetUpDC();