[kwin] Add XLib includes where still needed
No longer included through netwm.
This commit is contained in:
parent
20d03d5754
commit
4a4ec0decd
3 changed files with 8 additions and 0 deletions
2
client.h
2
client.h
|
@ -35,6 +35,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#include <QWindow>
|
||||
// X
|
||||
#include <xcb/sync.h>
|
||||
#include <X11/Xutil.h>
|
||||
#include <fixx11h.h>
|
||||
|
||||
// TODO: Cleanup the order of things in this .h file
|
||||
|
||||
|
|
|
@ -26,6 +26,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
|
||||
#include <QTimeLine>
|
||||
|
||||
#include <X11/Xlib.h>
|
||||
#include <fixx11h.h>
|
||||
|
||||
// Effect is based on fade effect by Philip Falkner
|
||||
|
||||
namespace KWin
|
||||
|
|
|
@ -34,6 +34,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
// xcb
|
||||
#include <xcb/damage.h>
|
||||
#include <xcb/xfixes.h>
|
||||
// XLib
|
||||
#include <X11/Xlib.h>
|
||||
#include <fixx11h.h>
|
||||
// system
|
||||
#include <assert.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue