DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

Link: http://www.fltk.org/str.php?L2340
Version: 1.3-feature


This looks reasonable to me, and if we are to do it, I suppose it is better
done now than later...? (Might be ABI difficulties if we added this later
on? I'm not sure...)

Anyway, I currently do this (or, something very like this) with target
specific code, so this might be a handy feature to have.

Though... I wonder if we should only call:

    hints->icon_mask = (Pixmap)win->icon(1);

if (and only if) the mask is non-zero?

And, if we do set the icon_mask, should we also update the hints? E.g.
something like:

   hints->flags |= IconMaskHint; // ensure transparency mask is enabled

Just some thoughts... what do you think?


Link: http://www.fltk.org/str.php?L2340
Version: 1.3-feature

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

Reply via email to