suggestion picker: a persistent layer to complement virtual keyboards like wvkbd
Diffstat (limited to 'drw.c')
-rw-r--r--drw.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drw.c b/drw.c
index 89cb100..a7cfd20 100644
--- a/drw.c
+++ b/drw.c
@@ -85,7 +85,6 @@ drw_do_rectangle(struct drwsurf *d, Color color, uint32_t x, uint32_t y,
color.bgra[0] / (double)255, color.bgra[3] / (double)255);
cairo_fill(d->cairo);
-
cairo_restore(d->cairo);
wl_surface_damage(d->surf, x, y, w, h);