Open xyproto opened 6 years ago
setconf -a -d config.h X11_GRAPHICS
and
setconf -d -a config.h X11_GRAPHICS
should add
#define X11_GRAPHICS
to config.h
config.h
Also:
setconf -d -a config.h X11_GRAPHICS=1
#define X11_GRAPHICS=1
to config.h.
and
should add
to
config.h
Also:
should add
to
config.h
.