Merge pull request #10 from paulfariello/master
Clean uicb screen move client next/prev
This commit is contained in:
@@ -129,10 +129,7 @@ uicb_screen_prev(Uicb cmd)
|
|||||||
static void
|
static void
|
||||||
screen_move_client(struct client *c, struct screen *s)
|
screen_move_client(struct client *c, struct screen *s)
|
||||||
{
|
{
|
||||||
if (c && s) {
|
|
||||||
c->screen = s;
|
|
||||||
tag_client(s->seltag, c);
|
tag_client(s->seltag, c);
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|||||||
Reference in New Issue
Block a user