Initial commit, 3-52-19 alpha
[cls.git] / src / c / machines / pmax / StX11options.h
blob518232d463202577d6d9fcbfe4735b6e43ba9555
1 /* StX11options - X11 compile options */
2 /* XLISP-STAT 2.1 Copyright (c) 1990, by Luke Tierney */
3 /* Additions to Xlisp 2.1, Copyright (c) 1989 by David Michael Betz */
4 /* You may give out copies of this software; for conditions see the */
5 /* file COPYING included with this distribution. */
8 /* Default values for options settable by x11-options. Values should */
9 /* be TRUE or FALSE. */
11 #define USE_FAST_LINES_DEFAULT TRUE
12 #define USE_FAST_SYMBOLS_DEFAULT TRUE
13 #define MOTION_SYNC_DEFAULT TRUE
14 #define DO_CLIPPING_DEFAULT TRUE
15 #define USE_ICCCM_DEFAULT FALSE
16 #define WAIT_FOR_MAP_DEFAULT TRUE
19 /* If you get X errors when you quit from xlispstat on a color or */
20 /* greyscale workstation this might be due to a possible server bug */
21 /* related to freeing color resources. Defining the preprocessor */
22 /* variable SERVER_COLOR_FREE_PROBLEM may help. */
24 #define SERVER_COLOR_FREE_PROBLEM
26 /* On Ultrix 4.0 there is a bug in the Xmfb server's handling of the */
27 /* XDrawPoints request used in drawing fast symbols. To enable a */
28 /* workaround define the preprocessor variable DRAWPOINTSBUG. */
30 #define DRAWPOINTSBUG