diff options
author | sabetts <sabetts> | 2003-04-14 02:30:14 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2003-04-14 02:30:14 +0000 |
commit | 65963a411c7b8f32ff9936ab477943d9c54e0442 (patch) | |
tree | 553c9407a4cd4f4813890e222c741963240b7196 /ChangeLog | |
parent | 3a1b9f4a566bb8292481eb1d059713f48f185317 (diff) | |
download | ratpoison-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |