moved BORDERPX to config.*.h

This commit is contained in:
Anselm R. Garbe
2007-01-17 12:36:29 +01:00
parent 936e11fd54
commit caf5a16271
5 changed files with 4 additions and 3 deletions

1
dwm.h
View File

@ -37,7 +37,6 @@
/* mask shorthands, used in event.c and client.c */
#define BUTTONMASK (ButtonPressMask | ButtonReleaseMask)
/* other stuff used in different places */
#define BORDERPX 1
#define PROTODELWIN 1
enum { NetSupported, NetWMName, NetLast }; /* EWMH atoms */