From 224ebabfe37ddcce3eb6c75930481db039574f8c Mon Sep 17 00:00:00 2001 From: lunakl Date: Tue, 29 Jul 2003 18:03:20 +0000 Subject: Default values for (yet) unused field in client messages (http://mail.gnome.org/archives/wm-spec-list/2003-May/msg00014.html). --- wm-spec/wm-spec.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'wm-spec') diff --git a/wm-spec/wm-spec.xml b/wm-spec/wm-spec.xml index 0f483fe..d6a1c8b 100644 --- a/wm-spec/wm-spec.xml +++ b/wm-spec/wm-spec.xml @@ -319,6 +319,7 @@ _NET_NUMBER_OF_DESKTOPS message_type = _NET_NUMBER_OF_DESKTOPS format = 32 data.l[0] = new_number_of_desktops + other data.l[] elements = 0 ]]> The Window Manager is free to honor or reject this request. If the request is honored _NET_NUMBER_OF_DESKTOPS MUST be set to the new number of desktops, _NET_VIRTUAL_ROOTS MUST be set to store the new number of desktop virtual root window IDs and _NET_DESKTOP_VIEWPORT and _NET_WORKAREA must also be changed accordingly. The _NET_DESKTOP_NAMES property MAY remain unchanged. @@ -348,6 +349,7 @@ _NET_DESKTOP_GEOMETRY format = 32 data.l[0] = new_width data.l[1] = new_height + other data.l[] elements = 0 ]]> The Window Manager MAY choose to ignore this message, in which case _NET_DESKTOP_GEOMETRY property will remain unchanged. @@ -373,6 +375,7 @@ _NET_DESKTOP_VIEWPORT format = 32 data.l[0] = new_vx data.l[1] = new_vy + other data.l[] elements = 0 ]]> The Window Manager MAY choose to ignore this message, in which case _NET_DESKTOP_VIEWPORT property will remain unchanged. @@ -392,6 +395,7 @@ _NET_CURRENT_DESKTOP message_type = _NET_CURRENT_DESKTOP format = 32 data.l[0] = new_index + other data.l[] elements = 0 ]]> _NET_DESKTOP_NAMES _NET_WORKAREA The Window Manager may choose to ignore this client message. @@ -637,6 +643,7 @@ _NET_CLOSE_WINDOW message_type = _NET_CLOSE_WINDOW format = 32 data.l[0] = 0 /* may be used later */ + other data.l[] elements = 0 ]]> The Window Manager MUST then attempt to close the window specified. @@ -693,6 +700,7 @@ _NET_WM_MOVERESIZE data.l[1] = y_root data.l[2] = direction data.l[3] = button + other data.l[] elements = 0 ]]> This message allows Clients to initiate window movement or @@ -818,6 +826,7 @@ _NET_WM_DESKTOP message_type = _NET_WM_DESKTOP format = 32 data.l[0] = new_desktop + other data.l[] elements = 0 ]]> The Window Manager MUST keep this property updated on all windows. @@ -1282,6 +1291,7 @@ message_type = WM_PROTOCOLS format = 32 data.l[0] = _NET_WM_PING data.l[1] = timestamp +other data.l[] elements = 0 ]]> A participating Client receiving this message MUST send it back to the root -- cgit v1.2.3-54-g00ecf