Browse Source

thanks to Juka to check -Wall ;)

master
Anselm R. Garbe 17 years ago
parent
commit
216099d072
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      event.c

+ 0
- 2
event.c View File

@ -209,9 +209,7 @@ configurerequest(XEvent *e) {
static void
configurenotify(XEvent *e) {
Client *c;
XConfigureEvent *ev = &e->xconfigure;
XWindowChanges wc;
if (ev->window == root && (ev->width != sw || ev->height != sh)) {
sw = ev->width;


Loading…
Cancel
Save