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