Browse Source

move config.h inclusion after type declarations

master
Markus Teich 8 years ago
parent
commit
7d31ff65a0
  1. 4
      slock.c

4
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, ...)
{

Loading…
Cancel
Save