commit | b8ab14fe046aecd8991f47f191f772974d5920f8 | [log] [tgz] |
---|---|---|
author | Ander Conselvan de Oliveira <ander.conselvan.de.oliveira@intel.com> | Tue Mar 27 17:36:36 2012 +0300 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Tue Mar 27 16:36:53 2012 -0400 |
tree | fb64310fbf06c92fd172861af92e70e0e97d5a35 | |
parent | f9247ddc315bfbd7ec28867c5b91145ef1d90bf1 [diff] [blame] |
compositor: add a weston_surface_is_mapped() helper
diff --git a/src/compositor.h b/src/compositor.h index c106f17..a88a6ba 100644 --- a/src/compositor.h +++ b/src/compositor.h
@@ -453,6 +453,9 @@ weston_surface_set_position(struct weston_surface *surface, GLfloat x, GLfloat y); +int +weston_surface_is_mapped(struct weston_surface *surface); + void weston_surface_assign_output(struct weston_surface *surface);