diff options
author | sabetts <sabetts> | 2000-12-15 12:10:50 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2000-12-15 12:10:50 +0000 |
commit | d58ca1579156d60e66fa038c241bbf80c1a508b8 (patch) | |
tree | 3c0266611805dda73c23d4c738cd89969d503310 | |
parent | a481519bb485333093c9bd59a3907d21fb16bce0 (diff) | |
download | ratpoison-d58ca1579156d60e66fa038c241bbf80c1a508b8.zip |
(main): propagated changes to set_active_window usage
-rw-r--r-- | src/main.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -285,8 +285,7 @@ main (int argc, char *argv[]) } /* Set an initial window as active. */ - rp_current_window = rp_window_head; - set_active_window (rp_current_window); + set_active_window (rp_window_head); handle_events (); |