summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorsabetts <sabetts>2003-04-14 02:30:14 +0000
committersabetts <sabetts>2003-04-14 02:30:14 +0000
commit65963a411c7b8f32ff9936ab477943d9c54e0442 (patch)
tree553c9407a4cd4f4813890e222c741963240b7196 /ChangeLog
parent3a1b9f4a566bb8292481eb1d059713f48f185317 (diff)
downloadratpoison-65963a411c7b8f32ff9936ab477943d9c54e0442.zip
* src/main.c (main): if the screen was specified on the
command-line, send the command to the correct screen. * src/communications.c (send_command): new argument, screen_num. Get the root window for the specified screen. prototype updated.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e53ed69..0d91fb1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2003-04-13 Shawn Betts <sabetts@sfu.ca>
+ * src/main.c (main): if the screen was specified on the
+ command-line, send the command to the correct screen.
+
+ * src/communications.c (send_command): new argument,
+ screen_num. Get the root window for the specified
+ screen. prototype updated.
+
* src/main.c (init_screen): print the display string for
debugging.
(ratpoison_opts): fix -c option by adding a : after it.