aboutsummaryrefslogtreecommitdiffstats
path: root/conf.c
diff options
context:
space:
mode:
authorokan2015-08-24 14:56:10 +0000
committerokan2015-08-24 14:56:10 +0000
commite2aab321d2df8bfc110397924abc171422694b9e (patch)
tree53a3c4a356f764760ff96b43ca5aad41b954ac0d /conf.c
parent0ebf02fd02c5c75c200a0cdb32a7de78ed86a58f (diff)
downloadcwm-e2aab321d2df8bfc110397924abc171422694b9e.tar.gz
Sort _NET_WM_STATE Atoms like the spec.
Diffstat (limited to 'conf.c')
-rw-r--r--conf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf.c b/conf.c
index e683d2c..4a2b4e3 100644
--- a/conf.c
+++ b/conf.c
@@ -15,7 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $OpenBSD: conf.c,v 1.195 2015/08/21 16:52:37 okan Exp $
+ * $OpenBSD: conf.c,v 1.196 2015/08/24 14:56:10 okan Exp $
*/
#include <sys/types.h>
@@ -680,13 +680,13 @@ static char *ewmhints[] = {
"_NET_WM_DESKTOP",
"_NET_CLOSE_WINDOW",
"_NET_WM_STATE",
- "_CWM_WM_STATE_FREEZE",
"_NET_WM_STATE_STICKY",
"_NET_WM_STATE_MAXIMIZED_VERT",
"_NET_WM_STATE_MAXIMIZED_HORZ",
"_NET_WM_STATE_HIDDEN",
"_NET_WM_STATE_FULLSCREEN",
"_NET_WM_STATE_DEMANDS_ATTENTION",
+ "_CWM_WM_STATE_FREEZE",
};
void