diff options
| author | Pietro Gagliardi <[email protected]> | 2015-04-09 17:57:08 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-04-09 17:57:08 -0400 |
| commit | 1a525dea313bc78d707b6678f76c7355445d4a87 (patch) | |
| tree | 7094f894870d0a1b5f40f4ddd9a8d029d9bee69e /new/newcontrol_windows.c | |
| parent | cba301abbc9af3b3a8d005c5e716349cdf877cc1 (diff) | |
Finished Windows conversion. Works perfectly!
Diffstat (limited to 'new/newcontrol_windows.c')
| -rw-r--r-- | new/newcontrol_windows.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/new/newcontrol_windows.c b/new/newcontrol_windows.c index 3a561c6..d2f4508 100644 --- a/new/newcontrol_windows.c +++ b/new/newcontrol_windows.c @@ -3,7 +3,7 @@ typedef struct singleHWND singleHWND; -struct uiSingleHWNDControl { +struct singleHWND { HWND hwnd; BOOL (*onWM_COMMAND)(uiControl *, WPARAM, LPARAM, LRESULT *); BOOL (*onWM_NOTIFY)(uiControl *, WPARAM, LPARAM, LRESULT *); |
