minor commit
This commit is contained in:
@@ -457,6 +457,7 @@ client_winsize(struct client *c, struct geo *g, struct geo *ret)
|
|||||||
|
|
||||||
client_geo_hints(ret, (int*)c->sizeh);
|
client_geo_hints(ret, (int*)c->sizeh);
|
||||||
|
|
||||||
|
/* Check possible problem for tile integration */
|
||||||
if(ret->h > g->h || ret->w > g->w)
|
if(ret->h > g->h || ret->w > g->w)
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
|
|||||||
@@ -199,7 +199,7 @@ event_motionnotify(XEvent *e)
|
|||||||
* Check client window and tag frame to get focused
|
* Check client window and tag frame to get focused
|
||||||
* window with mouse motion
|
* window with mouse motion
|
||||||
*/
|
*/
|
||||||
if(((c = client_gb_win(ev->subwindow)) && c != c->tag->sel)
|
if((c = client_gb_win(ev->subwindow))
|
||||||
|| (ev->window == t->frame && ((c = client_gb_pos(t, ev->x, ev->y)))))
|
|| (ev->window == t->frame && ((c = client_gb_pos(t, ev->x, ev->y)))))
|
||||||
client_focus(c);
|
client_focus(c);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user