summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorQC <qball@gmpclient.org>2014-01-27 22:15:05 +0100
committerQC <qball@gmpclient.org>2014-01-27 22:15:33 +0100
commit8508c73b12cb36221b227172c1e5843e92850d6b (patch)
tree668bd1c0904df74d6cbf0b8c6ba5a4cb564b0899 /include
parentf1b1bd0b31bb5f71e1b817eb6d95599bd34ba638 (diff)
Add switch_profile.sh mode
Diffstat (limited to 'include')
-rw-r--r--include/profile-dialog.h10
-rw-r--r--include/simpleswitcher.h3
2 files changed, 13 insertions, 0 deletions
diff --git a/include/profile-dialog.h b/include/profile-dialog.h
new file mode 100644
index 00000000..5a965651
--- /dev/null
+++ b/include/profile-dialog.h
@@ -0,0 +1,10 @@
+#ifndef __PROFILE_DIALOG_H__
+#define __PROFILE_DIALOG_H__
+#ifdef __QC_MODE__
+
+
+
+SwitcherMode profile_switcher_dialog ( char **input );
+
+#endif //__QC_MODE__
+#endif
diff --git a/include/simpleswitcher.h b/include/simpleswitcher.h
index 102cfdd4..142b13f0 100644
--- a/include/simpleswitcher.h
+++ b/include/simpleswitcher.h
@@ -21,6 +21,9 @@ typedef enum {
#ifdef I3
MARK_DIALOG,
#endif
+#ifdef __QC_MODE__
+ PROFILE_DIALOG,
+#endif
NUM_DIALOGS,
MODE_EXIT,
NEXT_DIALOG