diff options
author | sebastid <sebastid> | 2005-05-28 12:50:22 +0000 |
---|---|---|
committer | sebastid <sebastid@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33> | 2005-05-28 12:50:22 +0000 |
commit | bf701a2010c8f0d2ad83553adf9cd668178a88be (patch) | |
tree | c6e850b0d7fc3525aac4bd32d7fdedd6de9daff5 /netwm.txt | |
parent | 97a21f2254c5a06e399f66d544a1522daf2ef208 (diff) | |
download | enlightenment-bf701a2010c8f0d2ad83553adf9cd668178a88be.tar.gz |
ecore update.
netwm update.
SVN revision: 14986
Diffstat (limited to 'netwm.txt')
-rw-r--r-- | netwm.txt | 27 |
1 files changed, 15 insertions, 12 deletions
@@ -2,22 +2,26 @@ * Not all of these are hints, just copied out * everything with _NET in it from the spec. */ +/* + * P = For pagers, and extern pager wont work with E's desktop setup + * E can have multiple virtual roots AND multiple desktops AND several + * zones when using xinerama + */ _NET_ACTIVE_WINDOW [?] /* Listen to active window requests */ _NET_CLIENT_LIST [X] _NET_CLIENT_LIST_STACKING [X] -_NET_CLOSE_WINDOW [ ] -_NET_CURRENT_DESKTOP [ ] +_NET_CLOSE_WINDOW [P] +_NET_CURRENT_DESKTOP [P] _NET_DESKTOP_GEOMETRY [?] /* Listen to _NET_DESKTOP_GEOMETRY requests */ -_NET_DESKTOP_LAYOUT [ ] -_NET_DESKTOP_LAYOUT_S [ ] +_NET_DESKTOP_LAYOUT [P] _NET_DESKTOP_NAMES [ ] -_NET_DESKTOP_VIEWPORT [ ] +_NET_DESKTOP_VIEWPORT [P] _NET_FRAME_EXTENTS [X] -_NET_MOVERESIZE_WINDOW [ ] -_NET_NUMBER_OF_DESKTOPS [ ] +_NET_MOVERESIZE_WINDOW [P] +_NET_NUMBER_OF_DESKTOPS [P] _NET_REQUEST_FRAME_EXTENTS [ ] -_NET_RESTACK_WINDOW [ ] +_NET_RESTACK_WINDOW [P] _NET_SHOWING_DESKTOP [ ] _NET_SUPPORTED [X] _NET_SUPPORTING_WM_CHECK [X] @@ -37,7 +41,7 @@ _NET_WM_DESKTOP [?] /* Remove this property on unmap */ _NET_WM_HANDLED_ICONS [ ] _NET_WM_ICON [ ] _NET_WM_ICON_GEOMETRY [ ] -_NET_WM_ICON_NAME [ ] +_NET_WM_ICON_NAME [X] _NET_WM_MOVERESIZE [ ] _NET_WM_NAME [X] _NET_WM_PID [X] @@ -64,9 +68,8 @@ _NET_WM_STRUT_PARTIAL [ ] _NET_WM_SYNC_REQUEST [ ] _NET_WM_SYNC_REQUEST_COUNTER [ ] _NET_WM_USER_TIME [ ] -_NET_WM_VISIBLE_ICON_NAME [ ] -_NET_WM_VISIBLE_NAME [ ] -_NET_WM_VISIBLE_NAME_STRING [ ] +_NET_WM_VISIBLE_ICON_NAME [X] /* E uses _NET_WM_ICON_NAME, doesn't need to set this */ +_NET_WM_VISIBLE_NAME [X] /* E uses _NET_WM_NAME, doesn't need to set this */ /* Do we have to do anything special with these, except * stacking order? */ _NET_WM_WINDOW_TYPE [X] |