diff options
author | jcid <devnull@localhost> | 2007-11-19 18:49:54 +0100 |
---|---|---|
committer | jcid <devnull@localhost> | 2007-11-19 18:49:54 +0100 |
commit | ea998e1c7dd08208f0e2bbdc31bae9677b8536b7 (patch) | |
tree | bca2902372b7f534c5624934aa2024e32f2e3ca2 /src/dialog.hh | |
parent | 256fc28baf951ab2a8a47c10fbbec3edcf28c96c (diff) |
- Bound Ctrl+Space to fullscreen toggle.
- Bound preliminar find text support.
- Added better pixmaps for Img On/Off icon.
Diffstat (limited to 'src/dialog.hh')
-rw-r--r-- | src/dialog.hh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/dialog.hh b/src/dialog.hh index e989e552..87b10d9b 100644 --- a/src/dialog.hh +++ b/src/dialog.hh @@ -1,6 +1,8 @@ #ifndef __DIALOG_HH__ #define __DIALOG_HH__ +#include "bw.h" + #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ @@ -14,7 +16,7 @@ const char *a_Dialog_save_file(const char *msg, char *a_Dialog_open_file(const char *msg, const char *pattern, const char *fname); void a_Dialog_text_window(const char *txt, const char *title); - +void a_Dialog_findtext(BrowserWindow *bw); #ifdef __cplusplus } |