Skip to content

Instantly share code, notes, and snippets.

@crabtw
Created January 21, 2013 06:31
Show Gist options
  • Save crabtw/4584011 to your computer and use it in GitHub Desktop.
Save crabtw/4584011 to your computer and use it in GitHub Desktop.
pub struct _XGC {
pub ext_data: *XExtData,
pub gid: GContext,
}
pub type GC = *_XGC;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment