i3lock-color

The world's most popular non-default computer lockscreen.
Index Commits Files Refs README LICENSE
commit 6a52ba8beabbb26ebcd2716d4c2734cb7500a33d
parent 0777390a653bd5b8027afc55e219972c6175a1cb
Author: Michael Stapelberg <michael@stapelberg.de>
Date:   Sat, 17 Jul 2010 01:08:30 +0200

err, xcb_image is not actually used

Diffstat:
Mdebian/control | 2+-
Mi3lock.c | 1-
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
@@ -3,7 +3,7 @@ Section: utils
 Priority: extra
 Maintainer: Michael Stapelberg <michael@stapelberg.de>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 5), libx11-dev, libpam0g-dev, libcairo2-dev, libxcb1-dev, libxcb-dpms0-dev, libxcb-keysyms1-dev, libxcb-image0-dev
+Build-Depends: debhelper (>= 5), libx11-dev, libpam0g-dev, libcairo2-dev, libxcb1-dev, libxcb-dpms0-dev, libxcb-keysyms1-dev
 Standards-Version: 3.8.2
 Homepage: http://i3.zekjur.net/i3lock/
 
diff --git a/i3lock.c b/i3lock.c
@@ -14,7 +14,6 @@
 #include <stdint.h>
 #include <xcb/xcb.h>
 #include <xcb/dpms.h>
-#include <xcb/xcb_image.h>
 #include <xcb/xcb_keysyms.h>
 #include <err.h>
 #include <cairo.h>