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:
parent
883ff38bf5
commit
c15d414895
15 changed files with 505 additions and 48 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue