From a45be42786ade9fb9c6b3e4056b784fbcc76230e Mon Sep 17 00:00:00 2001 From: David Rose Date: Thu, 11 Oct 2007 16:35:32 +0000 Subject: [PATCH] fix compilation error --- panda/src/osxdisplay/osxGraphicsWindow.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/osxdisplay/osxGraphicsWindow.mm b/panda/src/osxdisplay/osxGraphicsWindow.mm index 3d5538eb7f..dfffb0352d 100644 --- a/panda/src/osxdisplay/osxGraphicsWindow.mm +++ b/panda/src/osxdisplay/osxGraphicsWindow.mm @@ -175,7 +175,7 @@ OSStatus osxGraphicsWindow::event_handler(EventHandlerCallRef myHandler, EventRe UInt32 the_class = GetEventClass(event); UInt32 kind = GetEventKind(event); - WindowRef window = _osx_window // NULL; + WindowRef window = _osx_window; // NULL; // GetEventParameter(event, kEventParamDirectObject, typeWindowRef, NULL, sizeof(WindowRef), NULL, &window); if (osxdisplay_cat.is_spam())