Skip to content

Instantly share code, notes, and snippets.

@caged
Created May 15, 2010 19:06
Show Gist options
  • Select an option

  • Save caged/402351 to your computer and use it in GitHub Desktop.

Select an option

Save caged/402351 to your computer and use it in GitHub Desktop.
@interface ITCocoaWindowAdapter : NSWindow
{
struct OpaqueWindowPtr *_windowRef;
unsigned int _focusSearching:1;
unsigned int _drawingHIView:1;
unsigned int _renderingByHIView:1;
NSGraphicsContext *_drawContext;
struct OpaqueEventHandlerRef *_myEventHandler;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment