diff options
author | Jasper St. Pierre <jstpierre@mecheye.net> | 2015-02-13 14:01:57 +0800 |
---|---|---|
committer | Pekka Paalanen <pekka.paalanen@collabora.co.uk> | 2015-02-27 14:59:05 +0200 |
commit | 14f330c6198f1ce4f0055804f37ff44e3c11b5a4 (patch) | |
tree | 0442a9d351fb6ed0383d10c4772c24dbba435d08 /protocol | |
parent | ecf2a0f1cacf0227a8ae432f354b8b74b4463117 (diff) |
xdg-shell: Remove the flags from get_xdg_popup
There haven't been any ideas for flags, so we don't need a useless,
unused parameter hanging around. Any future ideas should be done with a
new request entirely.
Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
Diffstat (limited to 'protocol')
-rw-r--r-- | protocol/xdg-shell.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocol/xdg-shell.xml b/protocol/xdg-shell.xml index d0a21245..4414d46c 100644 --- a/protocol/xdg-shell.xml +++ b/protocol/xdg-shell.xml @@ -94,7 +94,6 @@ <arg name="serial" type="uint" summary="serial of the implicit grab on the pointer"/> <arg name="x" type="int"/> <arg name="y" type="int"/> - <arg name="flags" type="uint"/> </request> <event name="ping"> |