summaryrefslogtreecommitdiffstats
path: root/malloryclient/enums.h
diff options
context:
space:
mode:
Diffstat (limited to 'malloryclient/enums.h')
-rw-r--r--malloryclient/enums.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/malloryclient/enums.h b/malloryclient/enums.h
new file mode 100644
index 0000000..36fe1e5
--- /dev/null
+++ b/malloryclient/enums.h
@@ -0,0 +1,24 @@
+//
+// Author: Remi Villatel <maxilys@tele2.fr>, (C) 2005
+//
+// Copyright: See COPYING file that comes with this distribution
+//
+//
+
+#ifndef ENUMS_H
+#define ENUMS_H
+
+enum ButtonType
+{
+ ButtonHelp = 0,
+ ButtonMax,
+ ButtonMin,
+ ButtonClose,
+ ButtonMenu,
+ ButtonOnAllDesktops,
+ ButtonAbove,
+ ButtonBelow,
+ ButtonTypeCount
+};
+
+#endif