summaryrefslogtreecommitdiffstats
path: root/include/view.h
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-03-03 08:21:28 +0100
committerDave Davenport <qball@gmpclient.org>2016-03-03 08:21:28 +0100
commit06d25c0ca2f1788ef1319b2f91ba6303f63f5615 (patch)
treef13009eab75046be57f183cc5259c97714e3a8bc /include/view.h
parent3d2f0a07dbbf97dd9273560d12eef84786778c7a (diff)
Quit on error msg fail.
Diffstat (limited to 'include/view.h')
-rw-r--r--include/view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/view.h b/include/view.h
index a266d165..ade6eeb6 100644
--- a/include/view.h
+++ b/include/view.h
@@ -130,7 +130,7 @@ void rofi_view_set_active ( RofiViewState *state );
*
* The error message to show.
*/
-void rofi_view_error_dialog ( const char *msg, int markup );
+int rofi_view_error_dialog ( const char *msg, int markup );
/**
* Queue a redraw.