1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-18 00:54:19 +00:00

Removed win32 compile warnings, fixed a couple of mac 10.4 definitions.

This commit is contained in:
Julian Storer 2010-01-21 10:28:02 +00:00
parent 0c1df99d2d
commit 1674e4f04f
6 changed files with 27 additions and 22 deletions

View file

@ -43,13 +43,13 @@ static Atom specialId;
static Atom broadcastId;
static Atom specialCallbackId;
// This is referenced from WindowDriver.cpp
// This is referenced from Windowing.cpp
XContext improbableNumber;
// Defined in WindowDriver.cpp
// Defined in Windowing.cpp
extern void juce_windowMessageReceive (XEvent* event);
// Defined in ClipboardDriver.cpp
// Defined in Clipboard.cpp
extern void juce_handleSelectionRequest (XSelectionRequestEvent &evt);
//==============================================================================