Make Knight hop first straight, then diagonal
[xboard.git] / winboard / winboard.h
index 4c83725..c183bee 100644 (file)
@@ -149,8 +149,8 @@ void SaveSettings(char* name);
 /* It's gross that these are needed. */\r
 #define ACTION_POS 2    /* Posn of "Action" on menu bar */\r
 #define OPTIONS_POS 4   /* Posn of "Options" on menu bar */\r
-#define ICS_POS 4       /* Posn of "ICS " on Options menu */\r
-#define SOUNDS_POS 6     /* Posn of "Sounds" on Options menu */\r
+#define ICS_POS 10      /* Posn of "ICS " on Options menu */\r
+#define SOUNDS_POS 12    /* Posn of "Sounds" on Options menu */\r
 /* end grossness */\r
 \r
 extern MyFont *font[NUM_SIZES][NUM_FONTS];\r
@@ -188,6 +188,7 @@ typedef enum {
 extern WindowPlacement placementTab[NUM_WINDOWS];\r
 extern HWND hwndTab[NUM_WINDOWS]; // this remains pure front-end.\r
 \r
+void Translate( HWND hDlg, int id);
 VOID InitWindowPlacement( WindowPlacement * wp );\r
 VOID RestoreWindowPlacement( HWND hWnd, WindowPlacement * wp );\r
 VOID ReattachAfterMove( LPRECT lprcOldPos, int new_x, int new_y, HWND hWndChild, WindowPlacement * pwpChild );\r