* The panel display_mode::flags field was not correctly set, preventing direct

windows from working, for example.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33620 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2009-10-17 16:55:18 +00:00
parent 6c21b53416
commit 1c9ae94636
1 changed files with 2 additions and 1 deletions

View File

@ -438,7 +438,8 @@ save_lvds_mode(void)
biosMode.h_display_start = 0;
biosMode.v_display_start = 0;
biosMode.flags = 0;
biosMode.flags = B_8_BIT_DAC | B_HARDWARE_CURSOR | B_PARALLEL_ACCESS
| B_DPMS | B_SUPPORTS_OVERLAYS;
gInfo->lvds_panel_mode = biosMode;
}