summaryrefslogtreecommitdiffstats
path: root/include/rofi.h
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2015-07-28 22:22:18 +0200
committerDave Davenport <qball@gmpclient.org>2015-07-28 22:22:18 +0200
commit93c01ccbd55497d1f70aef447d7a0aa04e7ecf57 (patch)
treeb80df6cc9e025523f6e52a3a67fa30e6343b20fb /include/rofi.h
parentb3a77589eb4210058e7ecda66eb8d6996d5bdf9c (diff)
Add new event handling
Diffstat (limited to 'include/rofi.h')
-rw-r--r--include/rofi.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/rofi.h b/include/rofi.h
index 024e37ba..8bd02c7f 100644
--- a/include/rofi.h
+++ b/include/rofi.h
@@ -300,4 +300,8 @@ struct _Switcher
#define color_blue_bold "\033[1;34m"
#define color_magenta_bold "\033[1;35m"
#define color_cyan_bold "\033[1;36m"
+
+
+
+void show_error_message ( const char *msg, int markup );
#endif