>>>> "Hrvoje" == Hrvoje Niksic
<hniksic(a)srce.hr> writes:
Hrvoje> In fact, it looks the way it used to look look on my 8bit
Hrvoje> display when I would run out of colors.
IIRC pointer glyphs cannot handle full pixmaps; they can be
instantiated with both a foreground and a background (again IIRC), but
not with multiple colors. Note:
/* XPM */
/* A recycle logo, artist unknown, converted to xpm by jwz */
static char *recycle[] = {
/* width height ncolors chars_per_pixel x_hot y_hot */
" 51 51 4 1 26 23",
NCOLORS = 4. I don't know how this is reduced; probably by some sort
of obnoxious averaging process.
Hrvoje> As I run under a 16bpp TrueColor display, that should be
Hrvoje> moderately impossible.
Under X11, no bug should be considered impossible. :-P
Hrvoje> Does the code that instantiates pointers differ from the
Hrvoje> code that handles buffer images?
This is definitely true. I didn't understand how it differs when I
looked at it, but it does.
--
University of Tsukuba Tennodai 1-1-1 Tsukuba 305-8573 JAPAN
Institute of Policy and Planning Sciences Tel/fax: +81 (298) 53-5091
__________________________________________________________________________
__________________________________________________________________________
What are those two straight lines for? "Free software rules."