Browse Source

made some changes more concistent

custom-dwm
Anselm R. Garbe 19 years ago
parent
commit
7ece30ebc0
  1. 4
      client.c
  2. 2
      config.mk

4
client.c

@ -7,7 +7,7 @@
#include <X11/Xatom.h>
#include <X11/Xutil.h>
/* static functions */
/* static */
static void
detachstack(Client *c) {
@ -65,7 +65,7 @@ xerrordummy(Display *dsply, XErrorEvent *ee) {
return 0;
}
/* extern functions */
/* extern */
void
configure(Client *c) {

2
config.mk

@ -1,5 +1,5 @@
# dwm version
VERSION = 3.3
VERSION = 3.4
# Customize below to fit your system

Loading…
Cancel
Save