summaryrefslogtreecommitdiff
path: root/common/typedefs.h
diff options
context:
space:
mode:
authorleo2005-07-31 21:18:53 +0000
committerleo2005-07-31 21:18:53 +0000
commitbd6ddd4917e5ae8410496d9f36adb7dd2f6484f6 (patch)
treecd4ad882eab35a21df18e2bf1d0be33fde7520cc /common/typedefs.h
parentca12e5a39a6121325602b0094ebf63895103502a (diff)
Added region selection.
git-svn-id: http://svn.leocad.org/trunk@417 c7d43263-9d01-0410-8a33-9dba5d9f93d6
Diffstat (limited to 'common/typedefs.h')
-rw-r--r--common/typedefs.h12
1 files changed, 8 insertions, 4 deletions
diff --git a/common/typedefs.h b/common/typedefs.h
index b6e910f..7c03359 100644
--- a/common/typedefs.h
+++ b/common/typedefs.h
@@ -9,7 +9,8 @@ class Piece;
class PieceInfo;
#include "defines.h"
-typedef enum {
+typedef enum
+{
LC_COLOR_CHANGED,
LC_GROUP_CHANGED,
LC_CAPTURE_LOST,
@@ -19,7 +20,8 @@ typedef enum {
LC_LIGHT_MODIFIED
} LC_NOTIFY;
-typedef enum {
+typedef enum
+{
LC_FILE_NEW,
LC_FILE_OPEN,
LC_FILE_MERGE,
@@ -127,8 +129,10 @@ typedef enum {
LC_EDIT_ACTION_ROLL,
} LC_COMMANDS;
-typedef enum {
- LC_ACTION_SELECT = 0,
+typedef enum
+{
+ LC_ACTION_SELECT,
+ LC_ACTION_SELECT_REGION,
LC_ACTION_INSERT,
LC_ACTION_LIGHT,
LC_ACTION_SPOTLIGHT,