diff options
author | sabetts <sabetts> | 2004-11-19 00:52:53 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2004-11-19 00:52:53 +0000 |
commit | 3597d7d9eaff4d51b8825b9eea443ce7db86c733 (patch) | |
tree | 9a966e071deac20216c6f5958fc90f88d6b01874 /src/window.h | |
parent | 09221a12124bd6c3b13d23c85932a26cae57edac (diff) | |
download | ratpoison-3597d7d9eaff4d51b8825b9eea443ce7db86c733.zip |
* src/window.c (print_window_information): add argument,
group. print the window's number in the group. All callers
updated.
* src/actions.c (cmd_info): print the window's number in the
current group.
Diffstat (limited to 'src/window.h')
-rw-r--r-- | src/window.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.h b/src/window.h index e93c7f3..874de05 100644 --- a/src/window.h +++ b/src/window.h @@ -57,7 +57,7 @@ void sort_window_list_by_number (); void insert_into_list (rp_window *win, struct list_head *list); -void print_window_information (rp_window *win); +void print_window_information (rp_group *group, rp_window *win); void get_window_list (char *fmt, char *delim, struct sbuf *buffer, int *mark_start, int *mark_end); void init_window_stuff (); |