]> git.sur5r.net Git - i3/i3lock/commitdiff
Added missing #ifndef NOLIBCAIRO
authorSimon Kämpe <simon.kampe@gmail.com>
Sat, 7 Jan 2012 09:57:22 +0000 (10:57 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Sat, 7 Jan 2012 11:47:20 +0000 (11:47 +0000)
Needed to compile without libcairo.

unlock_indicator.c

index bd61881cc8dc1c7061b28010edc4d30fbbeea0f0..1775c15495ae662b467bbf5bc8847360bcd111b8 100644 (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). */