diff --git a/clients/tablet-shell.c b/clients/tablet-shell.c index 63ddbb2c..0f58d5c6 100644 --- a/clients/tablet-shell.c +++ b/clients/tablet-shell.c @@ -24,6 +24,7 @@ #include #include #include +#include #include #include "window.h" @@ -134,8 +135,6 @@ homescreen_draw(struct widget *widget, void *data) struct homescreen *homescreen = data; cairo_surface_t *surface; struct rectangle allocation; - cairo_pattern_t *pattern; - cairo_matrix_t matrix; cairo_t *cr; struct launcher *launcher; const int rows = 4, columns = 5, icon_width = 128, icon_height = 128;