From 53e1ff2c79b3b9f3bcece9281531ab6afdb844e6 Mon Sep 17 00:00:00 2001 From: sabetts Date: Tue, 17 Oct 2000 09:30:43 +0000 Subject: fixed bug that lost focus of any window when the current window was unmapped. moved key strokes into a structure in actions.c along with all key stroke functi ons. added ability to ignore badwindow errors. fixed up unmap_notify function. w hen waiting for a keystroke after the prefix has been hit, pressing a modifier d oesn't count as a 'keystroke' and doesn't abort the current key combination bein g keyed --- src/list.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/list.h') diff --git a/src/list.h b/src/list.h index 170c2e2..15b1d98 100644 --- a/src/list.h +++ b/src/list.h @@ -32,4 +32,6 @@ void set_active_window (rp_window *rp_w); void set_current_window (rp_window *win); void goto_window_number (int n); void goto_window_name (char *name); +rp_window *find_last_accessed_window (); +rp_window *find_window_by_number (int n); #endif /* _LIST_H */ -- cgit v1.2.3