diff --git a/src/native/macosx/org_lwjgl_opengl_Display.m b/src/native/macosx/org_lwjgl_opengl_Display.m index 9d2124b4..14e83b37 100644 --- a/src/native/macosx/org_lwjgl_opengl_Display.m +++ b/src/native/macosx/org_lwjgl_opengl_Display.m @@ -95,10 +95,10 @@ static NSAutoreleasePool *pool; _modifierFlags = 0; if (self != nil) { _pixelFormat = [format retain]; - [[NSNotificationCenter defaultCenter] addObserver:self - selector:@selector(_surfaceNeedsUpdate:) - name:NSViewGlobalFrameDidChangeNotification - object:self]; + //[[NSNotificationCenter defaultCenter] addObserver:self + // selector:@selector(_surfaceNeedsUpdate:) + // name:NSViewGlobalFrameDidChangeNotification + // object:self]; } return self; }