diff options
| author | Pietro Gagliardi <[email protected]> | 2014-02-11 17:39:41 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-02-11 17:39:41 -0500 |
| commit | c6a8a4d2f799756fa83a9e556d363decd896e8f2 (patch) | |
| tree | 6dfa938d0cf30d8a4c1b4174288d122cb4ae781a | |
| parent | eeff0d860593710a9c4a9749f599266892f276f8 (diff) | |
(see previous commit; part 2)
| -rw-r--r-- | init_windows.go | 1 | ||||
| -rw-r--r-- | stdwndclass_windows.go (renamed from wndclass_windows.go) | 0 |
2 files changed, 0 insertions, 1 deletions
diff --git a/init_windows.go b/init_windows.go index cc1cb5d..8e39e2b 100644 --- a/init_windows.go +++ b/init_windows.go @@ -11,7 +11,6 @@ var ( hInstance HANDLE nCmdShow int // TODO font - // TODO common window class ) // TODO is this trick documented in MSDN? diff --git a/wndclass_windows.go b/stdwndclass_windows.go index e6796e5..e6796e5 100644 --- a/wndclass_windows.go +++ b/stdwndclass_windows.go |
