i3lock-color

The world's most popular non-default computer lockscreen.
Index Commits Files Refs README LICENSE
commit c1a34e7aa54a522326fcdd68ed577f05f3c3ea5f
parent f6af0857849e235f49be1c0db585660ec0348c04
Author: Michael Stapelberg <michael@stapelberg.de>
Date:   Tue, 20 Jul 2010 23:09:09 +0200

Fix compilation warning by including cairo-xcb

Diffstat:
Mi3lock.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/i3lock.c b/i3lock.c
@@ -17,6 +17,7 @@
 #include <xcb/xcb_keysyms.h>
 #include <err.h>
 #include <cairo.h>
+#include <cairo/cairo-xcb.h>
 #include <assert.h>
 #include <security/pam_appl.h>
 /* FIXME: can we get rid of this header? */