Ewmh: Fix mistake in a comment.

This commit is contained in:
Martin Duquesnoy 2009-05-03 11:40:31 +02:00
parent 4c13fcde33
commit 7989aae4dd

View File

@ -32,7 +32,7 @@
#include "wmfs.h"
/* Took From standards.freedesktop.org */
/* Taken From standards.freedesktop.org */
#define _NET_WM_STATE_REMOVE 0 /* remove/unset property */
#define _NET_WM_STATE_ADD 1 /* add/set property */
#define _NET_WM_STATE_TOGGLE 2 /* toggle property */