summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRui Matos <tiagomatos@gmail.com>2011-11-10 00:34:33 +0000
committerOwen W. Taylor <otaylor@fishsoup.net>2011-11-10 14:29:54 -0500
commit9b584a2414c153af5d8a1898f459b490e3300557 (patch)
treed8f58885b4f59fdc68913e5eda8ab480651266b4
parente34d84a17341bb82af38fb84c6c070bb58b6d5b5 (diff)
downloadxdg-specs-9b584a2414c153af5d8a1898f459b490e3300557.tar.xz
wm-spec: fix typo _NET_WM_SUPPORTED_LIST → _NET_SUPPORTED
-rw-r--r--wm-spec/wm-spec.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/wm-spec/wm-spec.xml b/wm-spec/wm-spec.xml
index 014b40b..f7676e4 100644
--- a/wm-spec/wm-spec.xml
+++ b/wm-spec/wm-spec.xml
@@ -1717,7 +1717,7 @@ or simply clear the list, returning to "normal" fullscreen.
<sect2>
<title>_NET_WM_FULL_PLACEMENT</title>
<para>
-By including this hint in _NET_WM_SUPPORTED_LIST the Window Manager announces
+By including this hint in _NET_SUPPORTED the Window Manager announces
that it performs reasonable window placement for all window types it supports
(for example centering dialogs on the mainwindow or whatever handling the
Window Manager considers reasonable). This in turn means that Clients,
@@ -1740,7 +1740,7 @@ because many applications abuse positioning flags and/or provide unnecessary
default positions.
</para>
<para>
-Note: The property is not used anywhere else besides being listed in _NET_WM_SUPPORTED_LIST.
+Note: The property is not used anywhere else besides being listed in _NET_SUPPORTED.
</para>
</sect2>
</sect1>