Update decoration drawing to be less cairo path happy
diff --git a/clients/window.h b/clients/window.h
index 511f703..041d35d 100644
--- a/clients/window.h
+++ b/clients/window.h
@@ -45,6 +45,10 @@
 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);
 
@@ -88,10 +92,6 @@
 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);
 
 void