Skip to content

Instantly share code, notes, and snippets.

@micseydel
Created June 12, 2016 17:45
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 micseydel/fc50b5b138efe080ffc018ae9e88a625 to your computer and use it in GitHub Desktop.
Save micseydel/fc50b5b138efe080ffc018ae9e88a625 to your computer and use it in GitHub Desktop.
Weird C syntax from Pebble watch face tutorial
window_set_window_handlers(s_main_window, (WindowHandlers) {
.load = main_window_load,
.unload = main_window_unload
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment