diff options
author | sabetts <sabetts> | 2001-08-27 18:57:14 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2001-08-27 18:57:14 +0000 |
commit | 80ccb561f9b3ab45b2cb6194bb9970caac0f2d3a (patch) | |
tree | f668b24bdb491ce7e3b8f4e4fb695f7047ca5b09 /src/list.h | |
parent | 811f8aeb91e0b501930359593ff6d3d3401bde3a (diff) | |
download | ratpoison-80ccb561f9b3ab45b2cb6194bb9970caac0f2d3a.zip |
code cleanup, unmap_notify bug fixes
Diffstat (limited to 'src/list.h')
-rw-r--r-- | src/list.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -37,10 +37,14 @@ 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); + +#if 0 void unhide_transient_for (rp_window *win); void hide_transient_for (rp_window *win); void hide_transient_for_between (rp_window *win, rp_window *last); int is_transient_ancestor (rp_window *win, rp_window *transient_for); +#endif + /* int goto_window_name (char *name); */ rp_window *find_window_other (); rp_window *find_window_by_number (int n); |