diff options
Diffstat (limited to 'sys/osxvideo/cocoawindow.m')
-rw-r--r-- | sys/osxvideo/cocoawindow.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/osxvideo/cocoawindow.m b/sys/osxvideo/cocoawindow.m index 9023e2d4..70f8d66a 100644 --- a/sys/osxvideo/cocoawindow.m +++ b/sys/osxvideo/cocoawindow.m @@ -85,7 +85,7 @@ - (void) sendEvent:(NSEvent *) event { BOOL taken = NO; - GST_DEBUG ("event %p type:%d", event,[event type]); + GST_DEBUG ("event %p type:%d", event,(gint)[event type]); if ([event type] == NSKeyDown) { } |