On Fri, 2 Sep 2005, Mikhael Goikhman wrote:
On 01 Sep 2005 22:40:06 +0200, Viktor Griph wrote:
P.S. I think you should use one bit for placed_by_button flag and
"unsigned char" instead of "int" in the windows structures. Let's keep
the fvwm memory usage minimal when possible.
I'm not sure what placed_by_button flag you referre to. The value in the
window structure can be changed to unsigned char with no problems, and
I'll do this next time I change my code, but will not post a new patch
for that change. The flags used for the conditonal mask would have to be
at least NUMBER_OF_EXTENDED_BUTTONS bits since it should be possibe to
combine !PlacedByButton n with !PlacedByButton m where m != n.
/Viktor