x11: Rename GdkDisplayX11 to GdkX11Display
Also rename all the macros etc.
This commit is contained in:
committed by
Matthias Clasen
parent
8e2240f699
commit
4db086da4b
@ -38,7 +38,7 @@
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
#define GDK_IS_DISPLAY_X11(object) (G_TYPE_CHECK_INSTANCE_TYPE ((object), g_type_from_name ("GdkX11Display")))
|
||||
#define GDK_IS_X11_DISPLAY(object) (G_TYPE_CHECK_INSTANCE_TYPE ((object), g_type_from_name ("GdkX11Display")))
|
||||
|
||||
Display *gdk_x11_display_get_xdisplay (GdkDisplay *display);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user