projects
/
suckless
/
dwm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d48f33
)
made some changes more concistent
author
Anselm R. Garbe
<arg@suckless.org>
Mon, 5 Feb 2007 10:19:46 +0000
(11:19 +0100)
committer
Anselm R. Garbe
<arg@suckless.org>
Mon, 5 Feb 2007 10:19:46 +0000
(11:19 +0100)
client.c
patch
|
blob
|
history
config.mk
patch
|
blob
|
history
diff --git
a/client.c
b/client.c
index badb8754750ed8a89e3f8b6ff9286e3d365e742c..f3c9bf20254a2e29307a7deda915d95602a8c53a 100644
(file)
--- a/
client.c
+++ b/
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) {
diff --git
a/config.mk
b/config.mk
index c48ecf32773cde889fe64496ed8ded7f10a3c13b..338632de2ee391efd5a020cf1b05c3a980f01470 100644
(file)
--- a/
config.mk
+++ b/
config.mk
@@
-1,5
+1,5
@@
# dwm version
-VERSION = 3.
3
+VERSION = 3.
4
# Customize below to fit your system