mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-27 02:20:05 +00:00
Added X-windows locking for all linux windowing, and added a class ScopedXLock to allow it to be done around client code as well. Misc fixes for mac menus, win32 WM_QUIT messages, MidiKeyboardComponent. Added text colour id to DirectoryContentsDisplayComponent.
This commit is contained in:
parent
87a7086e2b
commit
6bf8b51c5a
35 changed files with 967 additions and 1017 deletions
|
|
@ -90,7 +90,7 @@ BitArray::~BitArray() throw()
|
|||
{
|
||||
}
|
||||
|
||||
const BitArray& BitArray::operator= (const BitArray& other) throw()
|
||||
BitArray& BitArray::operator= (const BitArray& other) throw()
|
||||
{
|
||||
if (this != &other)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue