mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 21:08:08 +01:00
Trivial cleanup
This commit is contained in:
@@ -965,7 +965,9 @@ handlePropertyNotify(XEvent *event)
|
||||
#ifdef DEBUG
|
||||
printf("got property notify\n");
|
||||
#endif
|
||||
if ((wwin=wWindowFor(event->xproperty.window))) {
|
||||
|
||||
wwin = wWindowFor(event->xproperty.window);
|
||||
if (wwin) {
|
||||
if (!XGetGeometry(dpy, wwin->client_win, &jr, &ji, &ji,
|
||||
&ju, &ju, &ju, &ju)) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user