diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-03 21:52:21 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-03 21:52:21 -0400 |
| commit | 2c107d7057fec9d8c6fc1b694e28cea824668a3d (patch) | |
| tree | 9b7cd1f2d0d7df1f7af8f179fc23f9ab21b8db8e /redo/basicctrls_windows.c | |
| parent | 0fb45ba84d7a948508b30e0b140910ae906b4d9d (diff) | |
Converted the new Windows Control code to use interfaces instead of controlbase, just like the GTK+ and Mac OS X backends do now.
Diffstat (limited to 'redo/basicctrls_windows.c')
| -rw-r--r-- | redo/basicctrls_windows.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redo/basicctrls_windows.c b/redo/basicctrls_windows.c index 58474c1..cca3f95 100644 --- a/redo/basicctrls_windows.c +++ b/redo/basicctrls_windows.c @@ -3,7 +3,7 @@ #include "winapi_windows.h" #include "_cgo_export.h" -HWND newWidget(LPWSTR class, DWORD style, DWORD extstyle) +HWND newControl(LPWSTR class, DWORD style, DWORD extstyle) { HWND hwnd; |
