On Tue, 2003-01-28 at 12:49, Owen Taylor wrote: > Looks like a GTK+ bug. With a brief glance it looks like > gdk/gdkrgb.c:gdk_rgb_convert_1() assumes that 1 == white, > 0 == black, but if I'm not mistaken, 1bpp displays can be > either way in X.
Good to know. I think I'll patch the code myself and submit a patch. Is asking the X server which color is which a good idea or should I force the color map to be a certain way? Obviously non-X platforms could share this bug, but I don't think win32, for example, supports anything less than 8 bpp. Michael > > File a bug :-) /usr/share/doc/gtk2-VERSION/README has > instructions. > > Regards, > Owen > _______________________________________________ > gtk-list mailing list > [EMAIL PROTECTED] > http://mail.gnome.org/mailman/listinfo/gtk-list _______________________________________________ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list
