WABA: Fix for --enable-final

svn path=/trunk/kdebase/kwin/; revision=61201
icc-effect-5.14.5
Waldo Bastian 2000-08-16 04:07:16 +00:00
parent 3fd7520d29
commit 49bb12bd95
1 changed files with 5 additions and 0 deletions

View File

@ -13,6 +13,10 @@ Copyright (C) 1999, 2000 Matthias Ettrich <ettrich@kde.org>
#include <X11/keysymdef.h>
#include <X11/cursorfont.h>
#ifndef None
#define None 0L
#endif
KillWindow::KillWindow( Workspace* ws )
: workspace( ws ) {}
@ -80,3 +84,4 @@ void KillWindow::start() {
}
}
#undef None