should've been part of r27898
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27899 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
0dcbaee24a
commit
bebd82c2b2
@ -39,7 +39,8 @@ class Screen {
|
||||
bool makeDefault);
|
||||
status_t SetPreferredMode();
|
||||
status_t SetBestMode(uint16 width, uint16 height,
|
||||
uint32 colorspace, float frequency);
|
||||
uint32 colorspace, float frequency,
|
||||
bool strict = true);
|
||||
|
||||
void GetMode(display_mode* mode) const;
|
||||
void GetMode(uint16 &width, uint16 &height,
|
||||
|
Loading…
Reference in New Issue
Block a user