From 2f90b716c29a623b4ec090bb455d2c49b4062f98 Mon Sep 17 00:00:00 2001 From: Jean Pierre Cimalando Date: Mon, 1 Jun 2020 13:03:16 +0200 Subject: Add puglSetCursor() --- pugl/detail/win.h | 1 + 1 file changed, 1 insertion(+) (limited to 'pugl/detail/win.h') diff --git a/pugl/detail/win.h b/pugl/detail/win.h index 087bbce..1b9b0c4 100644 --- a/pugl/detail/win.h +++ b/pugl/detail/win.h @@ -35,6 +35,7 @@ struct PuglInternalsImpl { PuglWinPFD pfd; int pfId; HWND hwnd; + HCURSOR cursor; HDC hdc; PuglSurface* surface; DWORD refreshRate; -- cgit v1.2.1