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
This commit is contained in:
Harri Porten 2007-05-06 16:42:05 +00:00
parent 1768b04b53
commit 6c3c8e1768

View file

@ -20,7 +20,7 @@ namespace KWin
{
Toplevel::Toplevel( Workspace* ws )
: vis( None )
: vis( NULL )
, info( NULL )
, client( None )
, frame( None )