compositor: add a comment about wlsc_surface::output

Signed-off-by: Pekka Paalanen <ppaalanen@gmail.com>
dev
Pekka Paalanen 13 years ago committed by Kristian Høgsberg
parent f033a7b6e6
commit 65c74cb18b
  1. 7
      compositor/compositor.h

@ -260,7 +260,14 @@ struct wlsc_surface {
struct wl_list buffer_link;
struct wlsc_transform *transform;
uint32_t visual;
/*
* Which output to vsync this surface to.
* Used to determine, whether to send or queue frame events.
* Must be NULL, if 'link' is not in wlsc_compositor::surface_list.
*/
struct wlsc_output *output;
struct wlsc_output *fullscreen_output;
struct wl_list frame_callback_list;

Loading…
Cancel
Save