diff --git a/headers/private/interface/WindowInfo.h b/headers/private/interface/WindowInfo.h index 739694324e8..3769920cd82 100644 --- a/headers/private/interface/WindowInfo.h +++ b/headers/private/interface/WindowInfo.h @@ -14,7 +14,7 @@ struct window_info { team_id team; - int32 server_token; + int32 server_token; int32 thread; int32 client_token; @@ -22,8 +22,8 @@ struct window_info { uint32 workspaces; int32 layer; // see ServerWindow::GetInfo() - uint32 feel; - uint32 flags; + uint32 feel; + uint32 flags; int32 window_left; int32 window_top; int32 window_right;