aboutsummaryrefslogtreecommitdiffstats
path: root/action.h
diff options
context:
space:
mode:
authorgotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2007-06-10 18:22:07 +0000
committergotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2007-06-10 18:22:07 +0000
commitbaa69108659637171bf24ccc5cafe5adb302aaf7 (patch)
treed729a4a85c8178fa5022c699956e8c1027ecc841 /action.h
parentb800043be574514113c03269ad8cf6404907f57d (diff)
downloaddzen-baa69108659637171bf24ccc5cafe5adb302aaf7.tar.gz
dzen-baa69108659637171bf24ccc5cafe5adb302aaf7.zip
release 0.4.5
git-svn-id: http://dzen.googlecode.com/svn/trunk@80 f2baff5b-bf2c-0410-a398-912abdc3d8b2
Diffstat (limited to 'action.h')
-rw-r--r--action.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/action.h b/action.h
index 13e9a58..f12fc34 100644
--- a/action.h
+++ b/action.h
@@ -5,8 +5,8 @@
*/
#define MAXEVENTS 32
-#define MAXACTIONS 256
-#define MAXOPTIONS 256
+#define MAXACTIONS 64
+#define MAXOPTIONS 64
/* Event, Action data structures */
typedef struct AS As;