Mechanical change: group->gc

This commit is contained in:
okan
2015-08-27 18:53:14 +00:00
parent f467838e7b
commit 28d4001eca
5 changed files with 17 additions and 17 deletions

View File

@@ -362,8 +362,8 @@ xu_ewmh_net_wm_desktop(struct client_ctx *cc)
{
long num = 0xffffffff;
if (cc->group)
num = cc->group->num;
if (cc->gc)
num = cc->gc->num;
XChangeProperty(X_Dpy, cc->win, ewmh[_NET_WM_DESKTOP],
XA_CARDINAL, 32, PropModeReplace, (unsigned char *)&num, 1);