mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
Fix the build without the Composite headers
The code was already protected by #ifdef HAVE_XCOMPOSITE, but we forgot the include. https://bugzilla.gnome.org/show_bug.cgi?id=642137
This commit is contained in:
parent
8e51a22707
commit
e3185138ac
@ -30,7 +30,9 @@
|
||||
#include <X11/Xutil.h>
|
||||
#include <X11/Xatom.h>
|
||||
#include <X11/extensions/shape.h>
|
||||
#ifdef HAVE_XCOMPOSITE
|
||||
#include <X11/extensions/Xcomposite.h>
|
||||
#endif
|
||||
|
||||
#include <string.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user