Changeset 5700 for trunk/Ohana/src/kii/setup/CheckVisual.c
- Timestamp:
- Dec 5, 2005, 3:55:45 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/kii/setup/CheckVisual.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/kii/setup/CheckVisual.c
r2890 r5700 1 1 # include "Ximage.h" 2 2 # define NPIXELS 64 3 # define DEBUG 03 # define DEBUG 1 4 4 5 5 /* DirectColor doesn't seem to work, even though it is available: … … 143 143 144 144 if (!def) { 145 if (DEBUG) fprintf (stderr, "allocated private colormap\n"); 145 146 graphic[0].colormap = XCreateColormap (graphic[0].display, RootWindow (graphic[0].display, graphic[0].screen), graphic[0].visual, AllocNone); 146 147 }
Note:
See TracChangeset
for help on using the changeset viewer.
