X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=winboard%2Fwinboard.h;h=c183beea6a528c6ddf917d7e4e3f1454aa7bcda9;hb=8227cf843e0eb19916b9e3a7460fa970a5e6958c;hp=c3212d4e75a542a7dc643069696598e6e0417d71;hpb=2a9ed786fc7e279874d1fa22a6bcf87d89328d14;p=xboard.git diff --git a/winboard/winboard.h b/winboard/winboard.h index c3212d4..c183bee 100644 --- a/winboard/winboard.h +++ b/winboard/winboard.h @@ -188,6 +188,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 InitWindowPlacement( WindowPlacement * wp ); VOID RestoreWindowPlacement( HWND hWnd, WindowPlacement * wp ); VOID ReattachAfterMove( LPRECT lprcOldPos, int new_x, int new_y, HWND hWndChild, WindowPlacement * pwpChild );