- Timestamp:
- May 18, 2007, 5:47:49 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/kapa-mods-2007-05/Ohana/src/kapa2/src/CheckVisual.c
r13320 r13437 158 158 /* make private colormap */ 159 159 if (graphic[0].Npixels < 16) { 160 fprintf (stderr, "can't allocate enough cells, using private colormap\n");160 // fprintf (stderr, "can't allocate enough cells, using private colormap\n"); 161 161 graphic[0].colormap = XCreateColormap (graphic[0].display, RootWindow (graphic[0].display, graphic[0].screen), graphic[0].visual, AllocNone); 162 162 for (graphic[0].Npixels = NPIXELS; … … 178 178 if (!dyn) { 179 179 graphic[0].Npixels = 256; 180 fprintf (stderr, "can't use dynamic colors, color scrollbar inactive\n");181 fprintf (stderr, " this can be avoided by using a dynamic visual class\n");182 fprintf (stderr, " (see Kii help page for details)\n");180 // fprintf (stderr, "can't use dynamic colors, color scrollbar inactive\n"); 181 // fprintf (stderr, " this can be avoided by using a dynamic visual class\n"); 182 // fprintf (stderr, " (see Kii help page for details)\n"); 183 183 } 184 184
Note:
See TracChangeset
for help on using the changeset viewer.
