changes from H.G. Muller; version 4.3.14
[xboard.git] / winboard / winboard.h
index 9944ccc..265791a 100644 (file)
@@ -61,13 +61,6 @@ typedef struct {
   HFONT hf;\r
 } MyFont;\r
 \r
-typedef enum { \r
-  SizeTiny, SizeTeeny, SizeDinky, SizePetite, SizeSlim, SizeSmall,\r
-  SizeMediocre, SizeMiddling, SizeAverage, SizeModerate, SizeMedium,\r
-  SizeBulky, SizeLarge, SizeBig, SizeHuge, SizeGiant, SizeColossal,\r
-  SizeTitanic, NUM_SIZES \r
-} BoardSize;\r
-\r
 typedef struct {\r
     COLORREF color;\r
     int effects;\r
@@ -101,7 +94,7 @@ VOID ICSInitScript(VOID);
 BOOL CenterWindow(HWND hwndChild, HWND hwndParent);\r
 VOID ResizeEditPlusButtons(HWND hDlg, HWND hText, int sizeX, int sizeY, int newSizeX, int newSizeY);\r
 VOID PromotionPopup(HWND hwnd);\r
-FILE *OpenFileDialog(HWND hWnd, BOOL write, char *defName, char *defExt, \r
+FILE *OpenFileDialog(HWND hWnd, char *write, char *defName, char *defExt, \r
                     char *nameFilt, char *dlgTitle, UINT *number,\r
                     char fileTitle[MSG_SIZ], char fileName[MSG_SIZ]);\r
 VOID InputEvent(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);\r