fix(layers): pass the layer instead of window
This commit is contained in:
parent
0cac476bce
commit
90c1888ba3
7 changed files with 36 additions and 37 deletions
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
#include <pebble.h>
|
||||
|
||||
void character_layer_init(Window *window);
|
||||
void character_layer_init(Layer *layer);
|
||||
void character_layer_tick(void);
|
||||
void character_layer_deinit(void);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue