Join GitHub today
GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
Sign upCorrectly handle _NET_WM_DESKTOP in client_message_event() #61
Comments
HarveyHunt
added
the
beginner
label
Jan 2, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
HarveyHunt commentedJan 2, 2016
A window may wish to be moved to a different workspace. This should be handled in
client_message_event.In order to do this, we need to be able to move an arbitrary client to a workspace. This can be achieved by factoring out the client {cutting,pasting} logic from
op_{cut,paste}into their own functions._NET_WM_DESKTOPalso needs to be added toewmh_net_atoms.