* 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:
Karsten Heimrich
2009-01-27 21:03:32 +00:00
parent a4797804ba
commit 320a952cdd
2 changed files with 21 additions and 1 deletions
+2
View File
@@ -34,6 +34,8 @@ struct window_info {
} _PACKED;
struct client_window_info : window_info {
float tab_height;
float border_size;
char name[1];
} _PACKED;