Skip to content
Snippets Groups Projects
Commit c2be8577 authored by Bryce Harrington's avatar Bryce Harrington Committed by Pekka Paalanen
Browse files

compositor: Fix a couple comment typos


Signed-off-by: default avatarBryce Harrington <bryce@osg.samsung.com>
Reviewed-by: Pekka Paalanen's avatarPekka Paalanen <pekka.paalanen@collabora.co.uk>
parent f05d18f3
No related branches found
No related tags found
No related merge requests found
......@@ -724,7 +724,7 @@ session_notify(struct wl_listener *listener, void *data)
/* If we have a repaint scheduled (from the idle handler), make
* sure we cancel that so we don't try to pageflip when we're
* vt switched away. The OFFSCREEN state will prevent
* further attemps at repainting. When we switch
* further attempts at repainting. When we switch
* back, we schedule a repaint, which will process
* pending frame callbacks. */
......
......@@ -564,10 +564,10 @@ struct weston_seat {
};
enum {
WESTON_COMPOSITOR_ACTIVE,
WESTON_COMPOSITOR_ACTIVE, /* normal rendering and events */
WESTON_COMPOSITOR_IDLE, /* shell->unlock called on activity */
WESTON_COMPOSITOR_OFFSCREEN, /* no rendering, no frame events */
WESTON_COMPOSITOR_SLEEPING /* same as offscreen, but also set dmps
WESTON_COMPOSITOR_SLEEPING /* same as offscreen, but also set dpms
* to off */
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment