diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-11-16 19:19:48 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-11-16 19:19:48 +0100 |
commit | bd3b16c660e763f32f390ea35c38f7c1e0addd95 (patch) | |
tree | 854c21f950a89f73def261ceb677ff104e850075 /interface-gtk.h | |
parent | 6567dbe9170464e7bd89e86583201b6e4c7dfb9d (diff) | |
download | sciteco-bd3b16c660e763f32f390ea35c38f7c1e0addd95.tar.gz |
fixed clearing message line: do not display an empty message line (which can mean an empty line sent to stdout)
Diffstat (limited to 'interface-gtk.h')
-rw-r--r-- | interface-gtk.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/interface-gtk.h b/interface-gtk.h index 1c62b4a..ac524d9 100644 --- a/interface-gtk.h +++ b/interface-gtk.h @@ -35,6 +35,7 @@ public: } void vmsg(MessageType type, const gchar *fmt, va_list ap); + void msg_clear(void); inline sptr_t ssm(unsigned int iMessage, uptr_t wParam = 0, sptr_t lParam = 0) |