Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
inline
| side by side
made some changes more concistent
[dwm.git]
/
client.c
diff --git
a/client.c
b/client.c
index
badb875
..
f3c9bf2
100644
(file)
--- a/
client.c
+++ b/
client.c
@@
-7,7
+7,7
@@
#include <X11/Xatom.h>
#include <X11/Xutil.h>
#include <X11/Xatom.h>
#include <X11/Xutil.h>
-/* static
functions
*/
+/* static */
static void
detachstack(Client *c) {
static void
detachstack(Client *c) {
@@
-65,7
+65,7
@@
xerrordummy(Display *dsply, XErrorEvent *ee) {
return 0;
}
return 0;
}
-/* extern
functions
*/
+/* extern */
void
configure(Client *c) {
void
configure(Client *c) {