Hi Ian,

> Marc, is that on X that the transparency fails? Or on win32 also?
Only on X- but that probably has something to do with the fact that under 
Windows, I use

window->icon((char *)LoadIcon(fl_display,MAKEINTRESOURCE(IDI_ICON1)));

whereas under Linux I use

XpmCreatePixmapFromData(fl_display,DefaultRootWindow(fl_display),(char *
*)hd24connect_xpm, &p, &mask, NULL);
window->icon((char *)p);

(for obvious reasons that DefaultRootWindow and XpmCreatePixmapFromData 
are not available under Windows).

Probably I'm missing something with regards to the mask, I just don't know 
what.

Best,
Marc

_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to