Xinqi Bao's Git
projects
/
dwm.git
/ commitdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
|
inline
| side by side (parent:
43e82ad
)
sort include + whitespace fix
author
Hiltjo Posthuma <
[email protected]
>
Sun, 8 Nov 2015 19:38:00 +0000
(20:38 +0100)
committer
Hiltjo Posthuma <
[email protected]
>
Sun, 8 Nov 2015 19:38:00 +0000
(20:38 +0100)
dwm.c
patch
|
blob
|
history
diff --git
a/dwm.c
b/dwm.c
index
5d64141
..
9f99640
100644
(file)
--- a/
dwm.c
+++ b/
dwm.c
@@
-22,8
+22,8
@@
*/
#include <errno.h>
#include <locale.h>
*/
#include <errno.h>
#include <locale.h>
-#include <stdarg.h>
#include <signal.h>
#include <signal.h>
+#include <stdarg.h>
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
@@
-1435,8
+1435,8
@@
setfocus(Client *c) {
if(!c->neverfocus) {
XSetInputFocus(dpy, c->win, RevertToPointerRoot, CurrentTime);
XChangeProperty(dpy, root, netatom[NetActiveWindow],
if(!c->neverfocus) {
XSetInputFocus(dpy, c->win, RevertToPointerRoot, CurrentTime);
XChangeProperty(dpy, root, netatom[NetActiveWindow],
- XA_WINDOW, 32, PropModeReplace,
- (unsigned char *) &(c->win), 1);
+ XA_WINDOW, 32, PropModeReplace,
+ (unsigned char *) &(c->win), 1);
}
sendevent(c, wmatom[WMTakeFocus]);
}
}
sendevent(c, wmatom[WMTakeFocus]);
}