diff options
author | Rob Adams <readams@readams.net> | 2004-02-01 23:26:42 +0000 |
---|---|---|
committer | Rob Adams <readams@src.gnome.org> | 2004-02-01 23:26:42 +0000 |
commit | b3f95bf7d195b7134cc6d0b9d41563e6f89d785b (patch) | |
tree | d4dbad8dccdc6349c6906a1b56ebad8cb0010f5a /COMPLIANCE | |
parent | f2e783b2c5572d3fe4cb498060d715f38fbe1f7d (diff) | |
download | metacity-b3f95bf7d195b7134cc6d0b9d41563e6f89d785b.tar.gz |
Bring up to date with current draft EWHM.
2004-02-01 Rob Adams <readams@readams.net>
* COMPLIANCE: Bring up to date with current draft EWHM.
Diffstat (limited to 'COMPLIANCE')
-rw-r--r-- | COMPLIANCE | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -89,6 +89,11 @@ standard is available at http://freedesktop.org/Standards/wm-spec/ + _NET_WM_MOVERESIZE (1.3) +- _NET_RESTACK_WINDOW (-) + Metacity does not currently support this message. + ++ _NET_REQUEST_FRAME_EXTENTS (1.3) + c. Application Window Properties -------------------------------- @@ -115,6 +120,8 @@ standard is available at http://freedesktop.org/Standards/wm-spec/ See: http://bugzilla.gnome.org/show_bug.cgi?id=113601 Metacity doesn't implement viewports so _NET_WM_STATE_STICKY is unimplemented. + _NET_WM_STATE_DEMANDS_ATTENTION is neither read nor updated by + metacity. Metacity should unset it on window activation. + _NET_WM_ALLOWED_ACTIONS (1.3) Metacity keeps this hint up to date. The code is somewhat crufty @@ -140,6 +147,11 @@ standard is available at http://freedesktop.org/Standards/wm-spec/ Metacity does not read or set this property. The EWMH does not require it to do so, but it should support it. ++ _NET_FRAME_EXTENTS (1.3) + If set in response to a _NET_REQUEST_FRAME_EXTENTS message received + prior to the window being mapped, this may be an estimate. This is, + however, expressly allowed by the specification. + d. Window Manager Protocols --------------------------- + _NET_WM_PING (1.3) |