1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Fix for component notifications when peer is changing. Some fixes for GCC4.7 on linux.

This commit is contained in:
jules 2012-04-12 10:10:42 +01:00
parent a4b83d313c
commit ab33b1a05d
5 changed files with 16 additions and 2 deletions

View file

@ -56,6 +56,7 @@
#include <X11/Xresource.h>
#include <X11/Xutil.h>
#undef KeyPress
#include <unistd.h>
#endif
//==============================================================================