Consolidate image loading code and move to shared/
diff --git a/clients/cairo-util.h b/clients/cairo-util.h
index 3a9f3bc..a973e3c 100644
--- a/clients/cairo-util.h
+++ b/clients/cairo-util.h
@@ -41,6 +41,6 @@
 rounded_rect(cairo_t *cr, int x0, int y0, int x1, int y1, int radius);
 
 cairo_surface_t *
-load_image(const char *filename);
+load_cairo_surface(const char *filename);
 
 #endif