diff options
author | Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> | 2009-01-14 19:02:22 -0200 |
---|---|---|
committer | Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> | 2009-01-14 19:02:22 -0200 |
commit | 038f559845ac8b8b45f5a53537b011e169d45f59 (patch) | |
tree | 5403751e67ea55365f3caf7a1f65dfbb0869d465 /Makefile.am | |
parent | cc62903f999ba0c5076861888106365e3561f775 (diff) |
Xgc now in Technicolor
Added a simple Xgc-color resources file.
Corrected a bug that would prevent it from showing 100 in percent
label, due to using a buffer of 3 bytes.
Hardcode "test area" foreground&background to black&white.
Remove a few hardcoded resource values to better work with the new
resources file (some settings may require moving data from Xgc-color
to Xgc, if you don't have a color display).
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 55a7ec4..c8d5a04 100644 --- a/Makefile.am +++ b/Makefile.am @@ -57,8 +57,8 @@ DISTCHECK_CONFIGURE_FLAGS = --with-appdefaultdir=\$${datadir}/X11/app-defaults appdefaultdir = @appdefaultdir@ dist_appdefault_DATA = \ - app-defaults/Xgc - + app-defaults/Xgc \ + app-defaults/Xgc-color EXTRA_DIST = tile Bugs \ Written/FilledRects \ |