From 2c107d7057fec9d8c6fc1b694e28cea824668a3d Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sun, 3 Aug 2014 21:52:21 -0400 Subject: Converted the new Windows Control code to use interfaces instead of controlbase, just like the GTK+ and Mac OS X backends do now. --- redo/basicctrls_windows.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'redo/basicctrls_windows.c') 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; -- cgit v1.2.3