Skip to content

Instantly share code, notes, and snippets.

@caged
Created May 15, 2010 19:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save caged/402351 to your computer and use it in GitHub Desktop.
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