mirror of
https://github.com/google/pebble.git
synced 2025-05-27 21:43:12 +00:00
spelling: disappear
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
f8d6aad3e7
commit
dc649bd184
2 changed files with 3 additions and 3 deletions
|
@ -164,7 +164,7 @@ static void prv_window_update_proc(struct Layer *layer, GContext *ctx) {
|
|||
data->rendered_frames++;
|
||||
}
|
||||
|
||||
static void prv_window_disapper(Window *window) {
|
||||
static void prv_window_disappear(Window *window) {
|
||||
}
|
||||
|
||||
void prv_syncing_content_offset_changed(struct ScrollLayer *scroll_layer, void *context) {
|
||||
|
@ -256,7 +256,7 @@ static void s_main(void) {
|
|||
window_set_window_handlers(window, &(WindowHandlers) {
|
||||
.load = prv_window_load,
|
||||
.unload = prv_window_unload,
|
||||
.disappear = prv_window_disapper,
|
||||
.disappear = prv_window_disappear,
|
||||
});
|
||||
|
||||
app_window_stack_push(window, true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue