commit 81cee7d
Michael Forney
·
2014-02-08 08:23:29 +0000 UTC
parent bcd3c47
Minor documentation changes
2 files changed,
+5,
-1
+1,
-1
1@@ -589,7 +589,7 @@ void swc_compositor_surface_hide(struct swc_surface * surface)
2 if (!view->visible)
3 return;
4
5- /* Update all the outputs the surface was on. */
6+ /* Update all the screens the view was on. */
7 update(&view->base);
8
9 damage_below_view(view);
+4,
-0
1@@ -35,6 +35,10 @@ struct pixman_region32;
2
3 struct screen_modifier
4 {
5+ /**
6+ * Takes the screen geometry and sets 'usable' to the usable region of the
7+ * screen. 'usable' is an already initialized pixman region.
8+ */
9 void (* modify)(struct screen_modifier * modifier,
10 const struct swc_rectangle * geometry,
11 struct pixman_region32 * usable);