]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/dcscreen.cpp
Added support for frames without borders (such as for
[wxWidgets.git] / src / gtk / dcscreen.cpp
index a67ecf6720969e0838f2cbdb925a16d101a06cb9..cd47777fdbd8d5caf8d90305ac178f87be7ee608 100644 (file)
@@ -2,9 +2,8 @@
 // Name:        dcscreen.cpp
 // Purpose:
 // Author:      Robert Roebling
-// Created:     01/02/97
-// Id:
-// Copyright:   (c) 1998 Robert Roebling, Julian Smart and Markus Holzem
+// Id:          $id$
+// Copyright:   (c) 1998 Robert Roebling
 // Licence:    wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
@@ -25,7 +24,7 @@ IMPLEMENT_DYNAMIC_CLASS(wxScreenDC,wxPaintDC)
 wxScreenDC::wxScreenDC(void)
 {
   m_ok = FALSE;
-  m_window = NULL;
+  m_window = (GdkWindow *) NULL;
   m_cmap = gdk_colormap_get_system();
   
   m_window = GDK_ROOT_PARENT();