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/manage.h | |
parent | 7329ec0e6d192dc8f4046e3776d5a3bc07cd3f12 (diff) | |
download | ratpoison-8161a84a50dde1a2af5707b25e2130ea2819470a.zip |
transients appear overtop of other windows
Diffstat (limited to 'src/manage.h')
-rw-r--r-- | src/manage.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/manage.h b/src/manage.h index 5607cda..fb4c937 100644 --- a/src/manage.h +++ b/src/manage.h @@ -45,6 +45,7 @@ void ungrab_prefix_key (Window w); void hide_window (rp_window *win); void unhide_window (rp_window *win); +void unhide_below_window (rp_window *win); void withdraw_window (rp_window *win); #endif /* ! _RATPOISION_MANAGE_H */ |