mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-07 02:15:34 +00:00
@@ -242,7 +242,7 @@ func createNativeWindow(opts *WindowOptions) (*window, error) {
|
|||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
w := &window{
|
w := &window{
|
||||||
hwnd: hwnd,
|
hwnd: hwnd,
|
||||||
}
|
}
|
||||||
winMap[hwnd] = w
|
winMap[hwnd] = w
|
||||||
w.hdc, err = getDC(hwnd)
|
w.hdc, err = getDC(hwnd)
|
||||||
|
|||||||
Reference in New Issue
Block a user