mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
try to fix up previous commit
This commit is contained in:
parent
c5751db473
commit
04305774cc
1 changed files with 3 additions and 1 deletions
|
|
@ -41,6 +41,8 @@
|
|||
#import <Foundation/NSString.h>
|
||||
#import <Foundation/NSNotification.h>
|
||||
|
||||
#include "pbd/stacktrace.h"
|
||||
|
||||
#include <vector>
|
||||
|
||||
#define UNUSED_PARAMETER(a) (void) (a)
|
||||
|
|
@ -1479,7 +1481,7 @@ namespace Gtk {
|
|||
static void
|
||||
gdk_quartz_modal_notify (GdkWindow* w, gboolean modal)
|
||||
{
|
||||
printf ("modal notify on %p, modal = %d modal_state = %d\n", w, modal, modal_state);
|
||||
printf ("modal notify on %p, modal = %d modal_state = %d\n", w, modal, _modal_state);
|
||||
PBD::stacktrace (std::cerr, 63);
|
||||
/* this global will control sensitivity of our app menu items, via validateMenuItem */
|
||||
if (modal) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue