* Add the width, and height to fill_display_mode(). This should help with #7751

this time.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42454 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2011-07-19 18:16:58 +00:00
parent c80809a3ab
commit d3d53515a9
3 changed files with 8 additions and 7 deletions
@@ -1,5 +1,5 @@
/*
* Copyright 2007-2009, Axel Dörfler, [email protected].
* Copyright 2007-2011, Axel Dörfler, [email protected].
* Distributed under the terms of the MIT License.
*/
#ifndef _CREATE_DISPLAY_MODES_H
@@ -23,7 +23,7 @@ area_id create_display_modes(const char* name, edid1_info* edid,
const color_space* spaces, uint32 spacesCount,
check_display_mode_hook hook, display_mode** _modes, uint32* _count);
void fill_display_mode(display_mode* mode);
void fill_display_mode(uint32 width, uint32 height, display_mode* mode);
#ifdef __cplusplus
}