I don't understand some of the bit field sized of some members of
the colorset_struct.  Specifically:

  unsigned int fg_alpha : 7;
  unsigned int icon_alpha : 12;

What are these?  Are they pixel values?  Then they have to use the
"Pixel" type.  In any case, 7 or 12 bits seem very wrong to me.
In any case, the names are not descriptive enough.

  unsigned int tint_percent : 12;
  unsigned int icon_tint_percent : 12;

Percentages with 12 bit resolution?  I'd guess we nee 7 bits here.

Bye

Dominik ^_^  ^_^

 --
Dominik Vogt, [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
--
Visit the official FVWM web page at <URL:http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm-workers" in the
body of a message to [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]

Reply via email to