fix AOE2 textbox position

This commit is contained in:
FunkyFr3sh 2024-07-14 07:21:07 +02:00
parent cd3bef1cea
commit c850b0dcc3
4 changed files with 56 additions and 1 deletions

View file

@ -158,6 +158,13 @@ typedef struct CNCDDRAW
DWORD gui_thread_id;
BOOL show_driver_warning;
struct
{
HWND hwnd;
int x;
int y;
} textbox; /* Age Of Empires 2 textbox align */
} CNCDDRAW;
#endif