Client: Fix screen setting in client_set_attributes

This commit is contained in:
Martin Duquesnoy 2010-08-18 21:32:39 +02:00
parent ce8238fb20
commit dce3b8eb3c

View File

@ -1108,8 +1108,6 @@ client_update_attributes(Client *c)
XChangeProperty(dpy, c->win, ATOM("_WMFS_ISFREE"), XA_CARDINAL, 32,
PropModeReplace, (uchar*)&f, 1);
c->screen = screen_get_with_geo(c->geo.x, c->geo.y);
return;
}