mirror of https://github.com/google/pebble
spelling: compositor
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
f21d4da40f
commit
e3c1fb279e
|
@ -127,7 +127,7 @@ void compositor_set_modal_transition_offset(GPoint modal_offset);
|
|||
//! Stops an existing transition in its tracks.
|
||||
void compositor_transition_cancel(void);
|
||||
|
||||
//! Don't allow new frames to be pushed to the compostor from either the app or the modal.
|
||||
//! Don't allow new frames to be pushed to the compositor from either the app or the modal.
|
||||
void compositor_freeze(void);
|
||||
|
||||
//! Resuming allowing new frames to be pushed to the compositor, undoes the effects of
|
||||
|
|
Loading…
Reference in New Issue