Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
inline
| side by side
thanks to Juka to check -Wall ;)
[dwm.git]
/
event.c
diff --git
a/event.c
b/event.c
index
c89850a
..
db0d482
100644
(file)
--- a/
event.c
+++ b/
event.c
@@
-209,9
+209,7
@@
configurerequest(XEvent *e) {
static void
configurenotify(XEvent *e) {
static void
configurenotify(XEvent *e) {
- Client *c;
XConfigureEvent *ev = &e->xconfigure;
XConfigureEvent *ev = &e->xconfigure;
- XWindowChanges wc;
if (ev->window == root && (ev->width != sw || ev->height != sh)) {
sw = ev->width;
if (ev->window == root && (ev->width != sw || ev->height != sh)) {
sw = ev->width;