> code of fvwm that handles this? I must admit that I'm being a bit lazy
> here not wanting to do the search myself. But if you off hand know
> the source file and possibly line numbers I should take a look at I'd
> appreciate your help!
> > -Joe
Well, you lucked out, since I forgot how I did it myself I had to take a look.
All you have to do is this:
edit colors.c
in function GetShadow:
change the bg_color.red = r
bg_color.green = g
bg_color_blue = b
to
bg_color.red = 0
bg_color.green = 0
bg_color.blue = 0
or whatever RGB values you want.
Now do the same in function GetHilite. Now the colors are hardcoded in and will
always override the automatically generated ones.
Then type 'make' (there's no need to make clean), and copy the new fvwm2 file
where your old one was. Have fun-
-Joe
--
Visit the official FVWM web page at <URL:http://www.hpc.uh.edu/fvwm/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_hpc.uh.edu.
To report problems, send mail to fvwm-owner_at_hpc.uh.edu.
Received on Mon Oct 06 1997 - 00:28:42 BST