Skip to content

Instantly share code, notes, and snippets.

@hetima
Created June 6, 2014 16:04
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 hetima/4aa4d06b07a76379d802 to your computer and use it in GitHub Desktop.
Save hetima/4aa4d06b07a76379d802 to your computer and use it in GitHub Desktop.
//Safari 7
struct WebContextMenuProxyMac {
CDUnknownFunctionPointerType *_field1;
unsigned int _field2;
struct RetainPtr<NSPopUpButtonCell> _field3;
id _field4;
struct WebPageProxy *_field5;
};
//Safari 8
struct WebContextMenuProxyMac {
CDUnknownFunctionPointerType *_field1;
unsigned int _field2;
struct RetainPtr<NSPopUpButtonCell> _field3;
struct RetainPtr<NSMenu> _field4;
id _field5;
struct WebPageProxy *_field6;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment