diff options
author | sabetts <sabetts> | 2001-06-01 11:33:51 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2001-06-01 11:33:51 +0000 |
commit | 8161a84a50dde1a2af5707b25e2130ea2819470a (patch) | |
tree | 8eaa096f92d6800f2ebfa40d8f4194613603875f /src/list.h | |
parent | 7329ec0e6d192dc8f4046e3776d5a3bc07cd3f12 (diff) | |
download | ratpoison-8161a84a50dde1a2af5707b25e2130ea2819470a.zip |
transients appear overtop of other windows
Diffstat (limited to 'src/list.h')
-rw-r--r-- | src/list.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -35,6 +35,8 @@ void give_window_focus (rp_window *win, rp_window *last_win); void set_active_window (rp_window *win); void goto_window (rp_window *win); void set_current_window (rp_window *win); +void unhide_transient_for (rp_window *win); +void hide_transient_for (rp_window *win); /* int goto_window_name (char *name); */ rp_window *find_window_other (); rp_window *find_window_by_number (int n); |