mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-06 04:00:08 +00:00
Added linux ARGB mouse cursor support.
This commit is contained in:
parent
030c24c4eb
commit
367dfa9942
9 changed files with 443 additions and 341 deletions
|
|
@ -91,6 +91,11 @@
|
|||
#include <X11/extensions/Xcomposite.h>
|
||||
#endif
|
||||
|
||||
#if JUCE_USE_XCURSOR
|
||||
// If you're missing this header, try installing the libxcursor-dev package
|
||||
#include <X11/Xcursor/Xcursor.h>
|
||||
#endif
|
||||
|
||||
#if JUCE_OPENGL
|
||||
/* Got an include error here?
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue