diff options
Diffstat (limited to 'src/bin/main.h')
-rw-r--r-- | src/bin/main.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bin/main.h b/src/bin/main.h index 2dfb0c2..1102783 100644 --- a/src/bin/main.h +++ b/src/bin/main.h | |||
@@ -84,6 +84,8 @@ extern "C" | |||
84 | #include "ui.h" | 84 | #include "ui.h" |
85 | #include "about.h" | 85 | #include "about.h" |
86 | 86 | ||
87 | #define EVAS_FRAME_QUEUING // for test | ||
88 | |||
87 | #define OBNUM 128 | 89 | #define OBNUM 128 |
88 | #define LOOPS 128 | 90 | #define LOOPS 128 |
89 | 91 | ||