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:
parent
1768b04b53
commit
6c3c8e1768
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ namespace KWin
|
|||
{
|
||||
|
||||
Toplevel::Toplevel( Workspace* ws )
|
||||
: vis( None )
|
||||
: vis( NULL )
|
||||
, info( NULL )
|
||||
, client( None )
|
||||
, frame( None )
|
||||
|
|
Loading…
Reference in a new issue