Colormap issues
- From: "Dennie, Brooke" <BDennie cas org>
- To: "'gtk-list gnome org'" <gtk-list gnome org>
- Subject: Colormap issues
- Date: Tue, 24 Feb 2004 12:14:44 -0500
Hi everyone,
I'm a little confused as to how the following code can produce the
output:
succeeded... 15736992 256
gdk_color_parse("green", &color);
if(gdk_colormap_alloc_color(colormap, &color, FALSE, TRUE))
printf("succeeded... %d %d\n", color.pixel, colormap->size);
The pixel value is obviously causing a few problems later on when
I try to query the color. I had been under the impression that
the printf statement wouldn't be executed unless the pixel value
had been filled in. Is this not the case?
Thanks for any info!
Brooke
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]