diff --git a/src/servers/app/Screen.h b/src/servers/app/Screen.h index 7b5524b81b..245af74f58 100644 --- a/src/servers/app/Screen.h +++ b/src/servers/app/Screen.h @@ -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,