diff options
author | oga | 2009-12-07 22:46:15 +0000 |
---|---|---|
committer | oga | 2009-12-07 22:46:15 +0000 |
commit | ff7157bb69ba801513b0ee6af1db2cde51ac62aa (patch) | |
tree | daccfa006fd38fcac565a0b4bebc89fffe828c71 /xutil.c | |
parent | ad1677271ac08bca24c9d41bcbe555353687eb58 (diff) | |
download | cwm-ff7157bb69ba801513b0ee6af1db2cde51ac62aa.tar.gz |
support _NET_CLIENT_LIST.
the x property api doesn't let you remove one entry from an X property
array, so client_remove is kinda expensive, but there's no real way
around that..
ok okan@
Diffstat (limited to 'xutil.c')
-rw-r--r-- | xutil.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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. * - * $Id: xutil.c,v 1.19 2009/12/07 22:21:59 oga Exp $ + * $Id: xutil.c,v 1.20 2009/12/07 22:46:15 oga Exp $ */ #include "headers.h" @@ -182,6 +182,7 @@ char *atoms[CWM_NO_ATOMS] = { "_NET_SUPPORTING_WM_CHECK", "_NET_WM_NAME", "_NET_ACTIVE_WINDOW", + "_NET_CLIENT_LIST", }; void |