Update decoration drawing to be less cairo path happy

This commit is contained in:
Kristian Høgsberg 2010-06-15 17:16:35 -04:00
parent 49e868cb05
commit dcb71b62a0
6 changed files with 220 additions and 85 deletions

View file

@ -45,6 +45,10 @@ EGLDisplay
display_get_egl_display(struct display *d);
#endif
cairo_surface_t *
display_create_surface(struct display *display,
struct rectangle *rectangle);
void
display_run(struct display *d);
@ -87,10 +91,6 @@ window_schedule_redraw(struct window *window);
void
window_move(struct window *window, int32_t x, int32_t y);
cairo_surface_t *
window_create_surface(struct window *window,
struct rectangle *rectangle);
cairo_surface_t *
window_get_surface(struct window *window);