Changeset 13437
- Timestamp:
- May 18, 2007, 5:47:49 PM (19 years ago)
- Location:
- branches/kapa-mods-2007-05/Ohana/src
- Files:
-
- 4 edited
-
kapa2/src/CheckVisual.c (modified) (2 diffs)
-
kapa2/src/CreatePicture.c (modified) (1 diff)
-
libkapa/src/IOfuncs.c (modified) (1 diff)
-
libkapa/src/KapaOpen.c (modified) (1 diff)
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 -
branches/kapa-mods-2007-05/Ohana/src/kapa2/src/CreatePicture.c
r13320 r13437 56 56 case 32: 57 57 REALLOCATE (image[0].picture.data, char, (4*image[0].picture.dx*image[0].picture.dy + 32)); 58 fprintf (stderr, "allocating %d for picture data\n", (4*image[0].picture.dx*image[0].picture.dy + 32));59 58 memset (image[0].picture.data, 0xbd, 4*image[0].picture.dx*image[0].picture.dy + 30); 60 59 l = (unsigned int *) image[0].picture.data; -
branches/kapa-mods-2007-05/Ohana/src/libkapa/src/IOfuncs.c
r13409 r13437 75 75 /* make the string easy to parse */ 76 76 77 fprintf (stderr, "message recv: %s\n", message);77 // fprintf (stderr, "message recv: %s\n", message); 78 78 79 79 /* scan the incoming message */ -
branches/kapa-mods-2007-05/Ohana/src/libkapa/src/KapaOpen.c
r13409 r13437 3 3 # define MY_PORT 2500 4 4 # define MY_WAIT 100000 5 # define DEBUG 15 # define DEBUG 0 6 6 7 7 static int Nvalid = 0;
Note:
See TracChangeset
for help on using the changeset viewer.
