Define GCAllBits as the union of all valid CreateGC masks.

Signed-off-by: Jamey Sharp <jamey@minilop.net>
Reviewed-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
Jamey Sharp
2010-05-08 19:08:47 -07:00
parent 6a84cd9434
commit 5193f25ea3
3 changed files with 7 additions and 5 deletions

View File

@@ -59,6 +59,8 @@ SOFTWARE.
#include "privates.h"
#include <X11/Xprotostr.h>
#define GCAllBits ((1 << (GCLastBit + 1)) - 1)
/*
* functions which modify the state of the GC
*/