Added ifdef around the x11 includes when building --without-x
svn path=/trunk/kdebase/kwin/; revision=273871
This commit is contained in:
parent
5a171eac2b
commit
2635bda927
1 changed files with 2 additions and 0 deletions
|
@ -27,8 +27,10 @@ DEALINGS IN THE SOFTWARE.
|
|||
#include <kdebug.h>
|
||||
#include <qapplication.h>
|
||||
#include <assert.h>
|
||||
#if defined Q_WS_X11 && ! defined K_WS_QTONLY
|
||||
#include <X11/Xlib.h>
|
||||
#include <fixx11h.h>
|
||||
#endif
|
||||
|
||||
#include "kdecoration_p.h"
|
||||
#include "kdecorationfactory.h"
|
||||
|
|
Loading…
Reference in a new issue