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

Fix for linux build, lookandfeel typo, VS2005 sockets. Added a class ZipFile::Builder for creating zip files.

This commit is contained in:
Julian Storer 2011-03-12 22:29:46 +00:00
parent 883ff38bf5
commit c15d414895
15 changed files with 505 additions and 48 deletions

View file

@ -747,7 +747,7 @@ class LinuxComponentPeer : public ComponentPeer
{
public:
//==============================================================================
LinuxComponentPeer (Component* const component, const int windowStyleFlags, Window parentToAddTo))
LinuxComponentPeer (Component* const component, const int windowStyleFlags, Window parentToAddTo)
: ComponentPeer (component, windowStyleFlags),
windowH (0), parentWindow (0),
wx (0), wy (0), ww (0), wh (0),