| # | Line 15 | Line 15 | typedef struct { | |
|---|---|---|
| 15 | HWND Window; | |
| 16 | } ONtPlatformData; | |
| 17 | ||
| 18 | + | typedef struct { |
| 19 | + | int16_t left; |
| 20 | + | int16_t top; |
| 21 | + | int16_t right; |
| 22 | + | int16_t bottom; |
| 23 | + | } UUtRect; |
| 24 | ||
| 25 | void ONICALL TMrInstance_GetDataPtr_List( | |
| 26 | char Tag[4], //as in 'ONWC' | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |