OpenGL and the Dock
OpenGL and the Dock
- Subject: OpenGL and the Dock
- From: Benjamin Blonder <email@hidden>
- Date: Thu, 5 Feb 2004 21:03:44 -0500
I have a window with a NSOpenGLView in it. When I minimize the window
to the dock, the miniwindowImage shows a blank spot where the OpenGL
stuff should be (I also can't properly print the window for what I'm
assuming is the same reason.) My guess is that the OpenGL drawing
happens at a different level than the widget-drawing and so it doesn't
get captured.
I was hoping someone familiar with OpenGL and Cocoa could show me a
good way to capture the OpenGL view's contents and set it as the
window's mini-image.
Thanks in advance!
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.