diff options
author | corvid <corvid@lavabit.com> | 2010-02-17 23:10:05 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2010-02-17 23:10:05 +0000 |
commit | 0df75e6a18ef70fcd87f819e0c022b2cd9b381aa (patch) | |
tree | ec5d00f896e66366e1357576b08edb9dbb882eb6 /src/dialog.hh | |
parent | 63f50abc486fa562c947bac2073173ec246dbfad (diff) |
dialog recombine make/show_text_window
The function had been split up in June 08 so that I could put an
unref_buf() between them. Now that view source is a dpi, it's no longer
necessary.
Diffstat (limited to 'src/dialog.hh')
-rw-r--r-- | src/dialog.hh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/dialog.hh b/src/dialog.hh index d82eb0cc..440e9bba 100644 --- a/src/dialog.hh +++ b/src/dialog.hh @@ -23,8 +23,7 @@ const char *a_Dialog_select_file(const char *msg, const char *pattern, const char *fname); char *a_Dialog_open_file(const char *msg, const char *pattern, const char *fname); -void *a_Dialog_make_text_window(const char *txt, const char *title); -void a_Dialog_show_text_window(void *vWindow); +void a_Dialog_text_window(const char *txt, const char *title); #ifdef __cplusplus } |