Implement moving windows to other workspaces

This commit is contained in:
Michael Stapelberg
2009-03-04 08:59:03 +01:00
parent 6653c3a686
commit 3911d18982
4 changed files with 78 additions and 3 deletions

View File

@ -121,6 +121,9 @@ struct Stack_Window {
*
*/
struct Workspace {
/* Number of this workspace, starting from 0 */
int num;
/* x, y, width, height */
Rect rect;