fix: windows build

This commit is contained in:
CJ van den Berg 2026-02-04 15:12:23 +01:00
parent 9ead577e4c
commit 04021d50c2
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -1272,8 +1272,7 @@ fn WndProc(
.width_pix = screen.width_pix, .width_pix = screen.width_pix,
.height_pix = screen.height_pix, .height_pix = screen.height_pix,
.buf = buf, .buf = buf,
.cursor_row = screen.cursor_row, .cursor = screen.cursor,
.cursor_col = screen.cursor_col,
.cursor_vis = screen.cursor_vis, .cursor_vis = screen.cursor_vis,
.width_method = undefined, .width_method = undefined,
.mouse_shape = screen.mouse_shape, .mouse_shape = screen.mouse_shape,