for some reason, BDirectWindow apps compiled with the r5 headers don't

work on haiku... let's start reverting some headers changes I did, 
although these don't look harmful.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23729 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stefano Ceccherini
2008-01-25 10:43:58 +00:00
parent 6ea2e4e38f
commit f095b4556b
+5 -3
View File
@@ -27,8 +27,8 @@ enum direct_buffer_state {
enum direct_driver_state { enum direct_driver_state {
B_DRIVER_CHANGED = 1, B_DRIVER_CHANGED = 0x0001,
B_MODE_CHANGED = 2 B_MODE_CHANGED = 0x0002
}; };
@@ -42,7 +42,9 @@ typedef struct {
color_space pixel_format; color_space pixel_format;
buffer_layout layout; buffer_layout layout;
buffer_orientation orientation; buffer_orientation orientation;
uint32 _reserved[11]; uint32 _reserved[9];
uint32 _dd_type_;
uint32 _dd_token_;
uint32 clip_list_count; uint32 clip_list_count;
clipping_rect window_bounds; clipping_rect window_bounds;
clipping_rect clip_bounds; clipping_rect clip_bounds;