diff options
author | Jean Pierre Cimalando <jp-dev@inbox.ru> | 2020-06-01 13:03:16 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-06-13 17:18:26 +0200 |
commit | 2f90b716c29a623b4ec090bb455d2c49b4062f98 (patch) | |
tree | 089d8eee976a0244b56fc103805454aef43ef401 /pugl/detail/x11.h | |
parent | 81f9debf519c4b54e713a7a36a4ac474340d18fb (diff) | |
download | pugl-2f90b716c29a623b4ec090bb455d2c49b4062f98.tar.gz pugl-2f90b716c29a623b4ec090bb455d2c49b4062f98.tar.bz2 pugl-2f90b716c29a623b4ec090bb455d2c49b4062f98.zip |
Add puglSetCursor()
Diffstat (limited to 'pugl/detail/x11.h')
-rw-r--r-- | pugl/detail/x11.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pugl/detail/x11.h b/pugl/detail/x11.h index aac8177..164a57e 100644 --- a/pugl/detail/x11.h +++ b/pugl/detail/x11.h @@ -64,6 +64,9 @@ struct PuglInternalsImpl { int screen; XVisualInfo* vi; Window win; +#ifdef HAVE_XCURSOR + unsigned cursorShape; +#endif XIC xic; PuglSurface* surface; PuglEvent pendingConfigure; |