1
0
Fork 0
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:
Julian Storer 2010-03-26 13:20:48 +00:00
parent 030c24c4eb
commit 367dfa9942
9 changed files with 443 additions and 341 deletions

View file

@ -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?