mirror of
https://github.com/leahneukirchen/cwm.git
synced 2023-08-10 21:13:12 +03:00
type fix
This commit is contained in:
3
group.c
3
group.c
@@ -98,8 +98,7 @@ group_show(struct screen_ctx *sc, struct group_ctx *gc)
|
|||||||
{
|
{
|
||||||
struct client_ctx *cc;
|
struct client_ctx *cc;
|
||||||
Window *winlist;
|
Window *winlist;
|
||||||
u_int i;
|
int i, lastempty = -1;
|
||||||
int lastempty = -1;
|
|
||||||
|
|
||||||
gc->highstack = 0;
|
gc->highstack = 0;
|
||||||
TAILQ_FOREACH(cc, &gc->clients, group_entry) {
|
TAILQ_FOREACH(cc, &gc->clients, group_entry) {
|
||||||
|
Reference in New Issue
Block a user