[kwin] Add XLib includes where still needed

No longer included through netwm.
icc-effect-5.14.5
Martin Gräßlin 2013-11-18 13:52:38 +01:00
parent 20d03d5754
commit 4a4ec0decd
3 changed files with 8 additions and 0 deletions

View File

@ -35,6 +35,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <QWindow> #include <QWindow>
// X // X
#include <xcb/sync.h> #include <xcb/sync.h>
#include <X11/Xutil.h>
#include <fixx11h.h>
// TODO: Cleanup the order of things in this .h file // TODO: Cleanup the order of things in this .h file

View File

@ -26,6 +26,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <QTimeLine> #include <QTimeLine>
#include <X11/Xlib.h>
#include <fixx11h.h>
// Effect is based on fade effect by Philip Falkner // Effect is based on fade effect by Philip Falkner
namespace KWin namespace KWin

View File

@ -34,6 +34,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
// xcb // xcb
#include <xcb/damage.h> #include <xcb/damage.h>
#include <xcb/xfixes.h> #include <xcb/xfixes.h>
// XLib
#include <X11/Xlib.h>
#include <fixx11h.h>
// system // system
#include <assert.h> #include <assert.h>