mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
fix compilation error
This commit is contained in:
parent
41d4c7a9c0
commit
a45be42786
@ -175,7 +175,7 @@ OSStatus osxGraphicsWindow::event_handler(EventHandlerCallRef myHandler, EventRe
|
|||||||
UInt32 the_class = GetEventClass(event);
|
UInt32 the_class = GetEventClass(event);
|
||||||
UInt32 kind = GetEventKind(event);
|
UInt32 kind = GetEventKind(event);
|
||||||
|
|
||||||
WindowRef window = _osx_window // NULL;
|
WindowRef window = _osx_window; // NULL;
|
||||||
// GetEventParameter(event, kEventParamDirectObject, typeWindowRef, NULL, sizeof(WindowRef), NULL, &window);
|
// GetEventParameter(event, kEventParamDirectObject, typeWindowRef, NULL, sizeof(WindowRef), NULL, &window);
|
||||||
|
|
||||||
if (osxdisplay_cat.is_spam())
|
if (osxdisplay_cat.is_spam())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user