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

Minor fix for the linux build, and small fix for TreeView dragging logic

This commit is contained in:
Julian Storer 2009-10-27 17:04:51 +00:00
parent 7e56a7514c
commit 5b7f6f0f23
38 changed files with 93 additions and 89 deletions

View file

@ -25,9 +25,7 @@
// (This file gets included by juce_linux_NativeCode.cpp, rather than being
// compiled on its own).
#ifdef JUCE_INCLUDED_FILE
#if JUCE_WEB_BROWSER
#if JUCE_INCLUDED_FILE && JUCE_WEB_BROWSER
/*
Sorry.. This class isn't implemented on Linux!
@ -126,4 +124,3 @@ bool WebBrowserComponent::pageAboutToLoad (const String& url)
}
#endif
#endif