mirror of
https://github.com/brl/mutter.git
synced 2025-07-02 17:21:57 +00:00
Require the XSync and XShape extensions at build-time
It's been long enough. We can mandate support for these, at least at build-time. The code doesn't actually compile without either of these, so just consider that unsupported.
This commit is contained in:
@ -35,10 +35,6 @@
|
||||
|
||||
#include <cairo-xlib.h>
|
||||
|
||||
#ifdef HAVE_SHAPE
|
||||
#include <X11/extensions/shape.h>
|
||||
#endif
|
||||
|
||||
#define DEFAULT_INNER_BUTTON_BORDER 3
|
||||
|
||||
static void meta_frames_destroy (GtkWidget *object);
|
||||
|
Reference in New Issue
Block a user