X-Git-Url: https://git.danieliu.xyz/?p=slock.git;a=blobdiff_plain;f=slock.c;h=d2f08862453615c3131332273fbd1d0187f4195c;hp=ad539dc123c169e46a43322104fd38cee0d14b48;hb=7d31ff65a0b0388f788ca6932c815ab29e5fb10f;hpb=597469541c10fdb8920ed190b72763b0719e5cb5 diff --git a/slock.c b/slock.c index ad539dc..d2f0886 100644 --- a/slock.c +++ b/slock.c @@ -31,8 +31,6 @@ enum { NUMCOLS }; -#include "config.h" - struct lock { int screen; Window root, win; @@ -46,6 +44,8 @@ struct xrandr { int errbase; }; +#include "config.h" + static void die(const char *errstr, ...) {