Browse Source

err, xcb_image is not actually used

master
Michael Stapelberg 15 years ago
parent
commit
6a52ba8bea
  1. 2
      debian/control
  2. 1
      i3lock.c

2
debian/control

@ -3,7 +3,7 @@ Section: utils
Priority: extra Priority: extra
Maintainer: Michael Stapelberg <michael@stapelberg.de> Maintainer: Michael Stapelberg <michael@stapelberg.de>
DM-Upload-Allowed: yes 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 Standards-Version: 3.8.2
Homepage: http://i3.zekjur.net/i3lock/ Homepage: http://i3.zekjur.net/i3lock/

1
i3lock.c

@ -14,7 +14,6 @@
#include <stdint.h> #include <stdint.h>
#include <xcb/xcb.h> #include <xcb/xcb.h>
#include <xcb/dpms.h> #include <xcb/dpms.h>
#include <xcb/xcb_image.h>
#include <xcb/xcb_keysyms.h> #include <xcb/xcb_keysyms.h>
#include <err.h> #include <err.h>
#include <cairo.h> #include <cairo.h>

Loading…
Cancel
Save