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:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user