WABA: Fix for --enable-final
svn path=/trunk/kdebase/kwin/; revision=61201
This commit is contained in:
parent
3fd7520d29
commit
49bb12bd95
1 changed files with 5 additions and 0 deletions
|
@ -13,6 +13,10 @@ Copyright (C) 1999, 2000 Matthias Ettrich <ettrich@kde.org>
|
||||||
#include <X11/keysymdef.h>
|
#include <X11/keysymdef.h>
|
||||||
#include <X11/cursorfont.h>
|
#include <X11/cursorfont.h>
|
||||||
|
|
||||||
|
#ifndef None
|
||||||
|
#define None 0L
|
||||||
|
#endif
|
||||||
|
|
||||||
KillWindow::KillWindow( Workspace* ws )
|
KillWindow::KillWindow( Workspace* ws )
|
||||||
: workspace( ws ) {}
|
: workspace( ws ) {}
|
||||||
|
|
||||||
|
@ -80,3 +84,4 @@ void KillWindow::start() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#undef None
|
||||||
|
|
Loading…
Reference in a new issue