From 6c3c8e1768dbe875a23d3b848690057d0e389670 Mon Sep 17 00:00:00 2001 From: Harri Porten Date: Sun, 6 May 2007 16:42:05 +0000 Subject: [PATCH] Compile fix. The fixx11.h typedefs None to an XID. A Visual is not identified by an XID. Also, there does not seem to be a special Visual* value other than CopyFromParent. svn path=/trunk/KDE/kdebase/workspace/; revision=661805 --- toplevel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toplevel.cpp b/toplevel.cpp index 8dbc429511..2e0b75537f 100644 --- a/toplevel.cpp +++ b/toplevel.cpp @@ -20,7 +20,7 @@ namespace KWin { Toplevel::Toplevel( Workspace* ws ) - : vis( None ) + : vis( NULL ) , info( NULL ) , client( None ) , frame( None )