Added missing #ifndef NOLIBCAIRO

Needed to compile without libcairo.
pull/1/head
Simon Kämpe 2012-01-07 10:57:22 +01:00 committed by Michael Stapelberg
parent 34c8108c06
commit f368bbd006
1 changed files with 3 additions and 0 deletions

View File

@ -47,8 +47,11 @@ extern uint32_t last_resolution[2];
/* Whether the unlock indicator is enabled (defaults to true). */
extern bool unlock_indicator;
#ifndef NOLIBCAIRO
/* A Cairo surface containing the specified image (-i), if any. */
extern cairo_surface_t *img;
#endif
/* Whether the image should be tiled. */
extern bool tile;
/* The background color to use (in hex). */