* Now uses the new create_display_modes() function.

* Now supports the new B_GET_EDID_INFO hook under Haiku.
* Fixed build under BeOS.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22551 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2007-10-14 12:31:51 +00:00
parent 67e4704330
commit 53d781f439
5 changed files with 46 additions and 85 deletions
@@ -9,6 +9,7 @@
#include <edid.h>
#include <Accelerant.h>
#include <GraphicsDefs.h>
typedef bool (*check_display_mode_hook)(display_mode *mode);