Kaynağa Gözat

*** empty log message ***

gephilipp 18 yıl önce
ebeveyn
işleme
344a48f43d
1 değiştirilmiş dosya ile 3 ekleme ve 0 silme
  1. 3 0
      panda/src/osxdisplay/osxGraphicsWindow.mm

+ 3 - 0
panda/src/osxdisplay/osxGraphicsWindow.mm

@@ -1049,6 +1049,7 @@ bool osxGraphicsWindow::OSOpenWindow(WindowProperties &req_properties)
 			[childWindow orderFront:nil];
 			
 			_properties.set_fixed_size(true);
+			osxdisplay_cat.info() << "Child window created\n";
 		}
 		else
 		{
@@ -1101,6 +1102,7 @@ bool osxGraphicsWindow::OSOpenWindow(WindowProperties &req_properties)
 			InstallWindowEventHandler(_osx_window, gWinEvtHandler, GetEventTypeCount(list), list, (void*)this, NULL); // add event handler
 			ShowWindow (_osx_window);
       
+			osxdisplay_cat.info() << "Event handler installed, now buildGL\n";
 			if(buildGL(false) != noErr)
 			{
 				osxdisplay_cat.error() << " Error In Generate GL \n";
@@ -1112,6 +1114,7 @@ bool osxGraphicsWindow::OSOpenWindow(WindowProperties &req_properties)
 				return false;
 			}
 
+			osxdisplay_cat.info() << "BuildGL complete, set properties\n";
 			//
 			// atach the holder context to the window..
 			//