Skip to content

Commit

Permalink
WindowInfo: spaces => tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
jscipione committed Mar 31, 2016
1 parent cb80fc9 commit c4ec640
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions headers/private/interface/WindowInfo.h
Expand Up @@ -14,16 +14,16 @@

struct window_info {
team_id team;
int32 server_token;
int32 server_token;

int32 thread;
int32 client_token;
int32 client_port;
uint32 workspaces;

int32 layer; // see ServerWindow::GetInfo()
uint32 feel;
uint32 flags;
uint32 feel;
uint32 flags;
int32 window_left;
int32 window_top;
int32 window_right;
Expand Down

0 comments on commit c4ec640

Please sign in to comment.