X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=winboard%2Fwinboard.h;h=e8dc9f49e189cc076dfb634b4050b5cc78eece6f;hb=4df745f07a4fb7fa7136763be313779df2a26255;hp=b3eee24f38f24434c538e27ef6facd73bef302b9;hpb=c868c606c9f68e432e281003c221584469afe56b;p=xboard.git diff --git a/winboard/winboard.h b/winboard/winboard.h index b3eee24..e8dc9f4 100644 --- a/winboard/winboard.h +++ b/winboard/winboard.h @@ -194,7 +194,7 @@ typedef enum { extern WindowPlacement placementTab[NUM_WINDOWS]; extern HWND hwndTab[NUM_WINDOWS]; // this remains pure front-end. -void Translate( HWND hDlg, int id); +void Translate( HWND hDlg, int id); VOID InitWindowPlacement( WindowPlacement * wp ); VOID RestoreWindowPlacement( HWND hWnd, WindowPlacement * wp ); VOID ReattachAfterMove( LPRECT lprcOldPos, int new_x, int new_y, HWND hWndChild, WindowPlacement * pwpChild ); @@ -216,4 +216,6 @@ extern HWND gameListDialog; VOID EditTagsProc(void); extern HWND editTagsDialog; -extern int screenWidth, screenHeight; +extern int screenWidth, screenHeight; +extern RECT screenGeometry; // Top-left coordiate of the screen can be different from (0,0) +