diff options
Diffstat (limited to 'include/vcl/svapp.hxx')
-rw-r--r-- | include/vcl/svapp.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/svapp.hxx b/include/vcl/svapp.hxx index 60741c13344c..36d7eeb1fc06 100644 --- a/include/vcl/svapp.hxx +++ b/include/vcl/svapp.hxx @@ -979,13 +979,13 @@ public: @see GetScreenCount */ - static tools::Rectangle GetScreenPosSizePixel( unsigned int nScreen ); + static AbsoluteScreenPixelRectangle GetScreenPosSizePixel( unsigned int nScreen ); /** Get the "best" screen. @returns the return value will be nearest screen of the target rectangle. */ - SAL_DLLPRIVATE static unsigned int GetBestScreen( const tools::Rectangle& ); + SAL_DLLPRIVATE static unsigned int GetBestScreen( const AbsoluteScreenPixelRectangle& ); /** Get the built-in screen. |