Remove unused _gdk_use_xshm global
This commit is contained in:
@ -31,6 +31,4 @@
|
|||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
|
|
||||||
gboolean _gdk_use_xshm = TRUE; /* used as a cmd line arg */
|
|
||||||
gboolean _gdk_synchronize = FALSE;
|
gboolean _gdk_synchronize = FALSE;
|
||||||
|
@ -217,7 +217,6 @@ cairo_surface_t * _gdk_x11_window_create_bitmap_surface (GdkWindow *window,
|
|||||||
int width,
|
int width,
|
||||||
int height);
|
int height);
|
||||||
|
|
||||||
extern gboolean _gdk_use_xshm;
|
|
||||||
extern const gint _gdk_x11_event_mask_table[];
|
extern const gint _gdk_x11_event_mask_table[];
|
||||||
extern const gint _gdk_x11_event_mask_table_size;
|
extern const gint _gdk_x11_event_mask_table_size;
|
||||||
extern GdkAtom _gdk_selection_property;
|
extern GdkAtom _gdk_selection_property;
|
||||||
|
Reference in New Issue
Block a user