X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/10d302224e3555520f3e3c29d4dc7b7a9654b295..42ed9e53adbb0ec00b967270f072e39f3b998cd3:/src/gtk1/dcscreen.cpp diff --git a/src/gtk1/dcscreen.cpp b/src/gtk1/dcscreen.cpp index 1cac970725..9f8dfc1856 100644 --- a/src/gtk1/dcscreen.cpp +++ b/src/gtk1/dcscreen.cpp @@ -2,7 +2,6 @@ // Name: src/gtk1/dcscreen.cpp // Purpose: // Author: Robert Roebling -// Id: $Id$ // Copyright: (c) 1998 Robert Roebling // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -18,13 +17,14 @@ #include #include +#include "wx/dcscreen.h" #include "wx/gtk1/dcscreen.h" //----------------------------------------------------------------------------- // global data initialization //----------------------------------------------------------------------------- -GdkWindow *wxScreenDCImpl::sm_overlayWindow = (GdkWindow*) NULL; +GdkWindow *wxScreenDCImpl::sm_overlayWindow = NULL; int wxScreenDCImpl::sm_overlayWindowX = 0; int wxScreenDCImpl::sm_overlayWindowY = 0;