Allow for customizing of the dropShadows.
authorScott Moynes <smoynes@nexus.carleton.ca>
Wed, 16 Oct 2002 22:33:34 +0000 (22:33 +0000)
committerScott Moynes <smoynes@nexus.carleton.ca>
Wed, 16 Oct 2002 22:33:34 +0000 (22:33 +0000)
commit402e229e76dfd8b4cda8b7cf1fccaec5acf7570c
tree0fb7bf734aeeb8440692b38b2496d8a604695217
parentbe127cb4c6682ec1fa8e28e1668d8e332be69ac8
Allow for customizing of the dropShadows.
If xft.flags: shadow then you can specify the tint with xft.shadow.tint:
which should be a number 0 to 255. xft.shadow.offset: will specify how
many pixels to add in positioning.
Also, try to fix the inheritence in the pressed button borders. Need a
style to test this
src/Font.cc
src/Font.hh
src/Screen.cc
src/Window.cc