Created
June 12, 2016 17:45
-
-
Save micseydel/fc50b5b138efe080ffc018ae9e88a625 to your computer and use it in GitHub Desktop.
Weird C syntax from Pebble watch face tutorial
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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