1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-28 02:30:05 +00:00

Minor linux build fixes and clean-ups.

This commit is contained in:
Julian Storer 2010-05-04 09:30:05 +01:00
parent f3f041798d
commit ba391f55bb
9 changed files with 75 additions and 78 deletions

View file

@ -238,7 +238,7 @@ static void* NewCFMFromMachO (void* const machofp) throw()
#if JUCE_LINUX
extern Display* display;
extern XContext improbableNumber;
extern XContext windowHandleXContext;
typedef void (*EventProcPtr) (XEvent* ev);