Add ObClientSet data type. It holds a set of clients !
authorDana Jansens <danakj@orodu.net>
Fri, 29 Jul 2011 20:00:02 +0000 (16:00 -0400)
committerDana Jansens <danakj@orodu.net>
Sun, 16 Oct 2011 22:55:14 +0000 (18:55 -0400)
commitb8f3a5bb5416dacfc738cc67ba117afb21218c17
treeb4f1536a7e55f1c7b650ae8b344280784fd9b24d
parent6b61c2b2cf100539a97321297a88af3780d8d8e1
Add ObClientSet data type.  It holds a set of clients !

The sets can be modified by union and intersection, and can have clients
added or removed with a test callback function.
They use a GHashTable underneath.
Makefile.am
openbox/client_set.c [new file with mode: 0644]
openbox/client_set.h [new file with mode: 0644]