mirror of
https://github.com/google/pebble.git
synced 2025-04-30 15:21:41 -04:00
spelling: handlers
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
07248ac67e
commit
7e0b951d8e
2 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@ typedef void (*WindowTransitionImplementationRenderFunc)(WindowTransitioningCont
|
|||
// needs to
|
||||
// create an animation that drives the visible transition
|
||||
// (e.g. by moving context.window_to.layer.frame)
|
||||
// call context.window_from.handlers.disappear and context.window_to.handers.appear et al.
|
||||
// call context.window_from.handlers.disappear and context.window_to.handlers.appear et al.
|
||||
// doesn't need to
|
||||
// restore context.window_from.layer.frame (framework will do that)
|
||||
// if no animation is returned by .create_animation, the windows will be replaced immediately
|
||||
|
|
|
@ -1289,7 +1289,7 @@ void notification_window_service_init(void) {
|
|||
|
||||
|
||||
//////////////////
|
||||
// Event Handers
|
||||
// Event Handlers
|
||||
//////////////////
|
||||
|
||||
static void prv_handle_action_result(PebbleSysNotificationActionResult *action_result) {
|
||||
|
|
Loading…
Add table
Reference in a new issue