django wrote: > Hey, > > I have an issue loading an application icon in Linux using X11 and > the libxpm-dev package. When I load my application the icon > background is black instead of transparent. > ... > Could any1 advise me on how to load the application icon with a > transparent background?
The issue is that Fl_Window::icon() doesn't support an image mask, which is what provides the transparency... -- ______________________________________________________________________ Michael Sweet, Easy Software Products mike at easysw dot com _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

