* extend Haiku specific client window info to include the tab height and border size
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29064 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -34,6 +34,8 @@ struct window_info {
|
||||
} _PACKED;
|
||||
|
||||
struct client_window_info : window_info {
|
||||
float tab_height;
|
||||
float border_size;
|
||||
char name[1];
|
||||
} _PACKED;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user