mirror of
https://github.com/leahneukirchen/cwm.git
synced 2023-08-10 21:13:12 +03:00
Accept _NET_WM_DESKTOP clientmessage; from Thomas Adam
This commit is contained in:
parent
10d4dcb127
commit
5a5e7441e1
@ -342,6 +342,10 @@ xev_handle_clientmessage(XEvent *ee)
|
||||
client_ptrsave(old_cc);
|
||||
client_ptrwarp(cc);
|
||||
}
|
||||
|
||||
if (e->message_type == ewmh[_NET_WM_DESKTOP] && e->format == 32)
|
||||
group_movetogroup(cc, e->data.l[0]);
|
||||
|
||||
if (e->message_type == ewmh[_NET_WM_STATE] && e->format == 32)
|
||||
xu_ewmh_handle_net_wm_state_msg(cc,
|
||||
e->data.l[0], e->data.l[1], e->data.l[2]);
|
||||
|
Loading…
Reference in New Issue
Block a user