cvsimport

This commit is contained in:
okan
2014-01-24 22:38:02 +00:00
7 changed files with 88 additions and 63 deletions

View File

@@ -105,7 +105,7 @@ group_show(struct screen_ctx *sc, struct group_ctx *gc)
if (cc->stackingorder > gc->highstack)
gc->highstack = cc->stackingorder;
}
winlist = (Window *) xcalloc(sizeof(*winlist), (gc->highstack + 1));
winlist = xcalloc((gc->highstack + 1), sizeof(*winlist));
/*
* Invert the stacking order as XRestackWindows() expects them