diff options
Diffstat (limited to 'views/screen.h')
-rw-r--r-- | views/screen.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/views/screen.h b/views/screen.h index 0c0d940..f7c023c 100644 --- a/views/screen.h +++ b/views/screen.h @@ -19,10 +19,10 @@ class Screen { static gfx::Point GetCursorScreenPoint(); // Returns the work area of the monitor nearest the specified window. - static gfx::Rect GetMonitorWorkAreaNearestWindow(gfx::NativeWindow window); + static gfx::Rect GetMonitorWorkAreaNearestWindow(gfx::NativeView view); // Returns the bounds of the monitor nearest the specified window. - static gfx::Rect GetMonitorAreaNearestWindow(gfx::NativeWindow window); + static gfx::Rect GetMonitorAreaNearestWindow(gfx::NativeView view); // Returns the monitor area (not the work area, but the complete bounds) of // the monitor nearest the specified point. |