Skip to content

Instantly share code, notes, and snippets.

@mattpodwysocki
Created September 30, 2016 21:12
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 mattpodwysocki/125781995966a0287a75ce6d3373ed6b to your computer and use it in GitHub Desktop.
Save mattpodwysocki/125781995966a0287a75ce6d3373ed6b to your computer and use it in GitHub Desktop.
public void Initialize()
{
_cssNode = Native.CSSNodeNew();
Native.CSSNodeInit(_cssNode);
_children = new List<CSSNode>(4);
Native.CSSNodeSetPrintFunc(_cssNode, _printFunc);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment