rnd-20060319-1-src
[rocksndiamonds.git] / src / libgame / system.h
index 128726a610b96312960353c8baac1594b04e4fcf..fd34af8218c44be51e8e78d797d8b385d5147e89 100644 (file)
 #define KEY_BUTTON             (KEY_BUTTON_1 | KEY_BUTTON_2)
 #define KEY_ACTION             (KEY_MOTION | KEY_BUTTON)
 
-#define SET_FOCUS              (1 << BIT_SET_FOCUS)
+#define KEY_SET_FOCUS          (1 << BIT_SET_FOCUS)
 
 #define MV_DIR_FROM_BIT(x)     ((x) < NUM_DIRECTIONS ? 1 << (x) :        \
                                 (x) == MV_BIT_UPLEFT    ? MV_UPLEFT    : \
@@ -704,6 +704,7 @@ struct SetupInfo
   boolean ask_on_escape;
   boolean ask_on_escape_editor;
   boolean quick_switch;
+  boolean input_on_focus;
 
   char *graphics_set;
   char *sounds_set;