fix AOE2 textbox position
This commit is contained in:
parent
cd3bef1cea
commit
c850b0dcc3
4 changed files with 56 additions and 1 deletions
7
inc/dd.h
7
inc/dd.h
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue