summaryrefslogtreecommitdiff
path: root/gdk/broadway/broadway-protocol.h
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2013-01-08 17:33:29 +0100
committerAlexander Larsson <alexl@redhat.com>2013-01-08 18:05:06 +0100
commit8e686357c4fc85c5662c675894ae50e6611ef7cb (patch)
tree99e5cd90788ad3e5e0f0ff786b7a235866c3030f /gdk/broadway/broadway-protocol.h
parent4d7b822059fc8f905720b18a0d705cee5df55d12 (diff)
downloadgtk+-8e686357c4fc85c5662c675894ae50e6611ef7cb.tar.gz
broadway: Move window position ownership to browser
With this we always roundtrip position change to the webbrowser. This avoids conflicts when things change from both directions (app and user). Also, we fake configure evens when there is no web client to ensure apps get the events.
Diffstat (limited to 'gdk/broadway/broadway-protocol.h')
-rw-r--r--gdk/broadway/broadway-protocol.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdk/broadway/broadway-protocol.h b/gdk/broadway/broadway-protocol.h
index 2a993bc7d7..abc0da711d 100644
--- a/gdk/broadway/broadway-protocol.h
+++ b/gdk/broadway/broadway-protocol.h
@@ -190,6 +190,7 @@ typedef struct {
typedef struct {
BroadwayRequestBase base;
guint32 id;
+ guint32 with_move;
gint32 x;
gint32 y;
guint32 width;