summaryrefslogtreecommitdiff
path: root/list.h
diff options
context:
space:
mode:
authorsabetts <sabetts>2000-08-26 04:35:10 +0000
committersabetts <sabetts>2000-08-26 04:35:10 +0000
commit592583e898157e6047412a398e33ed89b080e1d6 (patch)
treed8560e0a118150bcfdb8b8ed3f132c8cb0ccf3a5 /list.h
parentd8a5963532fb35687bedee59f2235144f3930fbd (diff)
downloadratpoison-592583e898157e6047412a398e33ed89b080e1d6.zip
- Fixed some of the X_SetInputFocus bugs that were crashing ratpoison.
- Now responds to Raise and Lower X events (fixes the C-x 5 o bug with emacs) - Added numbers to each window and the ability to jump to that window by hitting Prefix <window num>
Diffstat (limited to 'list.h')
-rw-r--r--list.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/list.h b/list.h
index bbbea95..98e5cbd 100644
--- a/list.h
+++ b/list.h
@@ -13,4 +13,5 @@ rp_window *find_window (Window w);
void maximize_current_window ();
void set_active_window (rp_window *rp_w);
void set_current_window (rp_window *win);
+void goto_window_number (int n);
#endif /* _LIST_H */