diff options
author | Matthias Clasen <mclasen@redhat.com> | 2016-04-02 10:18:56 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2016-04-27 23:18:16 -0400 |
commit | 9026289381b5a9a7d80d525109eb0929ddb83217 (patch) | |
tree | 6fb9572e2212142065e42f4fb52d6886d89a61a6 /gdk/wayland/gdkdisplay-wayland.h | |
parent | a2f02f1ca80919fb81cb14e203de8c2f9bd3f256 (diff) | |
download | gtk+-9026289381b5a9a7d80d525109eb0929ddb83217.tar.gz |
wayland: Port to new monitor api
Diffstat (limited to 'gdk/wayland/gdkdisplay-wayland.h')
-rw-r--r-- | gdk/wayland/gdkdisplay-wayland.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdk/wayland/gdkdisplay-wayland.h b/gdk/wayland/gdkdisplay-wayland.h index a6cd14f570..f4cf92a083 100644 --- a/gdk/wayland/gdkdisplay-wayland.h +++ b/gdk/wayland/gdkdisplay-wayland.h @@ -103,6 +103,8 @@ struct _GdkWaylandDisplay GdkWaylandSelection *selection; + GPtrArray *monitors; + /* egl info */ EGLDisplay egl_display; int egl_major_version; |