summaryrefslogtreecommitdiffstats
path: root/include/mode.h
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-12-17 17:58:29 +0100
committerDave Davenport <qball@gmpclient.org>2016-12-17 17:58:29 +0100
commit7d9ca64dd6f8dd83a3ab3b92cd0078a33dfe5329 (patch)
tree876992fcea515bb251df5c60ecbc0c1ed1293176 /include/mode.h
parent84508bdc1b47396f18a7d97c87b4d0527ba7268a (diff)
parentd7b5b9fbfa921a4b7d8893b86d0aa1df4362ca20 (diff)
Merge branch 'master' of github:DaveDavenport/rofi
Diffstat (limited to 'include/mode.h')
-rw-r--r--include/mode.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/mode.h b/include/mode.h
index 59930a60..b8ee36c4 100644
--- a/include/mode.h
+++ b/include/mode.h
@@ -26,7 +26,9 @@ typedef enum
/** Reload current DIALOG */
RELOAD_DIALOG = 1002,
/** Previous dialog */
- PREVIOUS_DIALOG = 1003
+ PREVIOUS_DIALOG = 1003,
+ /** Reloads the dialog and unset user input */
+ RESET_DIALOG = 1004,
} ModeMode;
/**