Browse Source

Added missing #ifndef NOLIBCAIRO

Needed to compile without libcairo.
master
Simon Kämpe 13 years ago
committed by Michael Stapelberg
parent
commit
f368bbd006
  1. 3
      unlock_indicator.c

3
unlock_indicator.c

@ -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). */

Loading…
Cancel
Save