wayland: Make GdkWaylandDisplay public

Allows to access Wayland specific display information like wl_display
etc.

Add gdk_wayland_display_get_wl_display for getting the Wayland
wl_display.
This commit is contained in:
Jan Arne Petersen
2013-01-19 23:43:27 +01:00
parent db986ddc4f
commit 2b9f0b4817
6 changed files with 127 additions and 17 deletions

View File

@ -31,6 +31,7 @@
#include <gdk/gdkcursor.h>
#include <gdk/gdkprivate.h>
#include <gdk/wayland/gdkwayland.h>
#include <gdk/wayland/gdkdisplay-wayland.h>
#include <xkbcommon/xkbcommon.h>