Closed ghost closed 8 years ago
Issue: if clientmessage(); receives _NET_CLOSE_WINDOW property, then at the moment it only unlinks the client from client list, instead close it.
Fix: clientmessage(); calls killclient(); instead removeclient();
Also added support for _NET_WM_STATE_FULLSCREEN.
Issue: if clientmessage(); receives _NET_CLOSE_WINDOW property, then at the moment it only unlinks the client from client list, instead close it.
Fix: clientmessage(); calls killclient(); instead removeclient();
Also added support for _NET_WM_STATE_FULLSCREEN.