mirror of
https://github.com/leahneukirchen/cwm.git
synced 2023-08-10 21:13:12 +03:00
cvsimport
This commit is contained in:
commit
7c9565ec41
2
xutil.c
2
xutil.c
@ -291,7 +291,7 @@ xu_ewmh_net_desktop_names(struct screen_ctx *sc, char *data, int n)
|
|||||||
void
|
void
|
||||||
xu_ewmh_net_wm_desktop(struct client_ctx *cc)
|
xu_ewmh_net_wm_desktop(struct client_ctx *cc)
|
||||||
{
|
{
|
||||||
int no = cc->group->shortcut;
|
long no = cc->group->shortcut;
|
||||||
|
|
||||||
XChangeProperty(X_Dpy, cc->win, ewmh[_NET_WM_DESKTOP],
|
XChangeProperty(X_Dpy, cc->win, ewmh[_NET_WM_DESKTOP],
|
||||||
XA_CARDINAL, 32, PropModeReplace, (unsigned char *)&no, 1);
|
XA_CARDINAL, 32, PropModeReplace, (unsigned char *)&no, 1);
|
||||||
|
Loading…
Reference in New Issue
Block a user