@ -26,7 +26,7 @@
# include "shared/helpers.h"
# include "shared/helpers.h"
# include <libweston/libweston.h>
# include <libweston/libweston.h>
/* parameter for create_solid_color_surfac e() */
/* parameter for weston_curtain_creat e() */
struct weston_solid_color_surface {
struct weston_solid_color_surface {
int ( * get_label ) ( struct weston_surface * es , char * buf , size_t len ) ;
int ( * get_label ) ( struct weston_surface * es , char * buf , size_t len ) ;
void ( * surface_committed ) ( struct weston_surface * es , int32_t sx , int32_t sy ) ;
void ( * surface_committed ) ( struct weston_surface * es , int32_t sx , int32_t sy ) ;
@ -53,6 +53,6 @@ surface_get_label(struct weston_surface *surface, char *buf, size_t len);
/* helper to create a view w/ a color
/* helper to create a view w/ a color
*/
*/
struct weston_view *
struct weston_view *
create_solid_color_surfac e( struct weston_compositor * compositor ,
weston_curtain_creat e( struct weston_compositor * compositor ,
struct weston_solid_color_surface * ss ,
struct weston_solid_color_surface * ss ,
float x , float y , int w , int h ) ;
float x , float y , int w , int h ) ;