diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2011-07-11 14:03:47 -0400 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2011-07-11 14:03:47 -0400 |
commit | 64ebc0065c367226307a4d98b084ad024f02e972 (patch) | |
tree | 380dad3f9c7c1f6ff4aae48785cd8b8302c8490d /src/uicmd.hh | |
parent | 9ef8198720e627434f898fb41f0724c7849dacab (diff) |
Made "hide-panels" hide the findbar, then panels (and removed "fullscreen").
Redefined "hide-panels" to close the findbar if it's visible, and all the
panels when the findbar is not visible.
Diffstat (limited to 'src/uicmd.hh')
-rw-r--r-- | src/uicmd.hh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/uicmd.hh b/src/uicmd.hh index 65394ff2..dc7294a1 100644 --- a/src/uicmd.hh +++ b/src/uicmd.hh @@ -34,7 +34,7 @@ void a_UIcmd_search_dialog(void *vbw); const char *a_UIcmd_get_passwd(const char *user); void a_UIcmd_book(void *vbw); void a_UIcmd_add_bookmark(BrowserWindow *bw, const DilloUrl *url); -void a_UIcmd_fullscreen_toggle(BrowserWindow *bw); +void a_UIcmd_panels_toggle(BrowserWindow *bw); void a_UIcmd_findtext_dialog(BrowserWindow *bw); void a_UIcmd_findtext_search(BrowserWindow *bw,const char *key,int case_sens, int backwards); @@ -78,7 +78,6 @@ void a_UIcmd_set_bug_prog(BrowserWindow *bw, int n_bug); void a_UIcmd_set_page_title(BrowserWindow *bw, const char *label); void a_UIcmd_set_msg(BrowserWindow *bw, const char *format, ...); void a_UIcmd_set_buttons_sens(BrowserWindow *bw); -void a_UIcmd_fullscreen_toggle(BrowserWindow *bw); void a_UIcmd_set_pointer_on_link(BrowserWindow *bw, int flag); int a_UIcmd_pointer_on_link(BrowserWindow *bw); |