From 87fb46a8631a8b509bb1b8026b88c7059f869ffd Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Tue, 30 Nov 2004 09:34:17 +0000 Subject: add _NET_SYSTEM_TRAY_ORIENTATION. 2004-11-30 Mark McLoughlin * systemtray-spec.xml: add _NET_SYSTEM_TRAY_ORIENTATION. --- systemtray/systemtray-spec.xml | 42 ++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 40 insertions(+), 2 deletions(-) (limited to 'systemtray/systemtray-spec.xml') diff --git a/systemtray/systemtray-spec.xml b/systemtray/systemtray-spec.xml index b5f1568..d264343 100644 --- a/systemtray/systemtray-spec.xml +++ b/systemtray/systemtray-spec.xml @@ -5,8 +5,8 @@
System Tray Protocol Specification - Version 0.1 - 19 September 2002 + Version 0.2 + 23 November 2004 Havoc @@ -256,6 +256,32 @@ _NET_WM_ICON CARDINAL[][2+n]/32 + + Tray manager hints + +The tray manager should set the following hints on the selection +owner window. + + + + _NET_SYSTEM_TRAY_ORIENTATION + + #define _NET_SYSTEM_TRAY_ORIENTATION_HORZ 0 + #define _NET_SYSTEM_TRAY_ORIENTATION_VERT 1 + + + +The property should be set by the tray manager to indicate the current +orientation of the tray. Tray icons may use this hint in order to +maintain the icon's aspect ratio and also as an indication of how the +icon contents should be laid out. + + + + + Balloon messages @@ -326,6 +352,18 @@ _NET_WM_ICON CARDINAL[][2+n]/32 Change history + + Version 0.2, 23 November 2004, Mark McLoughlin + + + + + Added the _NET_SYSTEM_TRAY_ORIENTATION hint. + + + + + Version 0.1, 20 April 2002, Havoc Pennington -- cgit v1.2.3-54-g00ecf