Track wayland protocol changes.

This commit is contained in:
Scott Moreau
2011-06-22 23:10:24 -06:00
committed by Kristian Høgsberg
parent 873539e2d2
commit 24f1132671
5 changed files with 50 additions and 10 deletions

View File

@ -71,6 +71,7 @@ struct _GdkDisplayWayland
/* Wayland fields below */
struct wl_display *wl_display;
struct wl_visual *argb_visual, *premultiplied_argb_visual, *rgb_visual;
struct wl_compositor *compositor;
struct wl_shm *shm;
struct wl_shell *shell;