diff options
Diffstat (limited to 'pugl/detail/win.h')
-rw-r--r-- | pugl/detail/win.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |