WindowInfo: spaces => tabs

This commit is contained in:
John Scipione
2016-03-31 14:39:49 -07:00
parent cb80fc94c2
commit c4ec640b46
+3 -3
View File
@@ -14,7 +14,7 @@
struct window_info { struct window_info {
team_id team; team_id team;
int32 server_token; int32 server_token;
int32 thread; int32 thread;
int32 client_token; int32 client_token;
@@ -22,8 +22,8 @@ struct window_info {
uint32 workspaces; uint32 workspaces;
int32 layer; // see ServerWindow::GetInfo() int32 layer; // see ServerWindow::GetInfo()
uint32 feel; uint32 feel;
uint32 flags; uint32 flags;
int32 window_left; int32 window_left;
int32 window_top; int32 window_top;
int32 window_right; int32 window_right;