IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 5, 2005, 3:55:45 PM (21 years ago)
Author:
eugene
Message:

adding no-X version of JPEG, other features

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/kii/setup/CheckVisual.c

    r2890 r5700  
    11# include "Ximage.h"
    22# define NPIXELS 64
    3 # define DEBUG 0
     3# define DEBUG 1
    44
    55/* DirectColor doesn't seem to work, even though it is available:
     
    143143
    144144  if (!def) {
     145    if (DEBUG) fprintf (stderr, "allocated private colormap\n");
    145146    graphic[0].colormap = XCreateColormap (graphic[0].display, RootWindow (graphic[0].display, graphic[0].screen), graphic[0].visual, AllocNone);
    146147  }
Note: See TracChangeset for help on using the changeset viewer.