change GTKOSX macro constant to use __APPLE__ instead

This commit is contained in:
Paul Davis 2015-10-27 13:43:31 -04:00
parent 329c096066
commit 56770ff0af
15 changed files with 43 additions and 37 deletions

View file

@ -1693,7 +1693,7 @@ ProcessorBox::processor_button_release_event (GdkEventButton *ev, ProcessorEntry
boost::weak_ptr<Processor>(processor)));
} else if (processor && Keyboard::is_button2_event (ev)
#ifndef GTKOSX
#ifndef __APPLE__
&& (Keyboard::no_modifier_keys_pressed (ev) && ((ev->state & Gdk::BUTTON2_MASK) == Gdk::BUTTON2_MASK))
#endif
) {