summaryrefslogtreecommitdiffstats
path: root/include/rofi.h
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2015-06-08 23:22:35 +0200
committerDave Davenport <qball@gmpclient.org>2015-06-08 23:23:33 +0200
commit1a188af2e94d8ff3a8402dc25461ee0bd8a1cd1d (patch)
treef5e47f16d2983ad0aaa151de9afd5af7e02d0674 /include/rofi.h
parentf0b4b6519d36ca7a524a5e2f9ae92fad51d73c07 (diff)
Add markup support to error msg.
Diffstat (limited to 'include/rofi.h')
-rw-r--r--include/rofi.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/rofi.h b/include/rofi.h
index 02783700..f9b8a6e4 100644
--- a/include/rofi.h
+++ b/include/rofi.h
@@ -233,10 +233,11 @@ extern Settings config;
/**
* @param msg The error message to show.
+ * @param markup The error message uses pango markup.
*
* The error message to show.
*/
-void error_dialog ( const char *msg );
+void error_dialog ( const char *msg, int markup );
/**
* Structure defining a switcher.