setconf icon indicating copy to clipboard operation
setconf copied to clipboard

add defines #define X11_GRAPHICS

Open xyproto opened this issue 7 years ago • 0 comments

setconf -a -d config.h X11_GRAPHICS

and

setconf -d -a config.h X11_GRAPHICS

should add

#define X11_GRAPHICS

to config.h

Also:

setconf -d -a config.h X11_GRAPHICS=1

should add

#define X11_GRAPHICS=1

to config.h.

xyproto avatar May 08 '18 10:05 xyproto