summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorsabetts <sabetts>2002-01-24 22:22:57 +0000
committersabetts <sabetts>2002-01-24 22:22:57 +0000
commit80d32867eab4d95a84ee1ff69852eaea933757ad (patch)
tree896720468033a1b397a3fc9ac5fa0f8b861815ea /ChangeLog
parent358f741058879d91b501df1d8eb336df6897c55a (diff)
downloadratpoison-80d32867eab4d95a84ee1ff69852eaea933757ad.zip
* src/actions.c (cmd_defbgcolor): don't set the background color for key_window.
(cmd_deffgcolor): don't set the foreground color for key_window.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f913312..b8ee1f4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@
* src/actions.c (cmd_defbarloc): Read the location argument as a
gravity argument using parse_wingravity.
+ (cmd_defbgcolor): don't set the background color for key_window.
+ (cmd_deffgcolor): don't set the foreground color for key_window.
* src/messages.h (MESSAGE_FRAME_STRING): Pad the string with
spaces on both sides.