30#include <cairo/cairo.h>
int guac_surface_cmp(cairo_surface_t *a, cairo_surface_t *b)
Given two Cairo surfaces, returns zero if the data contained within each is identical,...
unsigned int guac_hash_surface(cairo_surface_t *surface)
Produces a 24-bit hash value from all pixels of the given surface.