mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
embedder: Improve documentation for various places that talk about "available screen size" (#37879)
Testing: Just add comment. It turns out difficult to achieve, see https://github.com/rust-windowing/winit/issues/2494. Fixes: Nothing. Provide some guidance to #37878 --------- Signed-off-by: Euclid Ye <yezhizhenjiakang@gmail.com> Co-authored-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
parent
a81ddd5c18
commit
70b0fb840e
3 changed files with 6 additions and 2 deletions
|
@ -174,7 +174,8 @@ pub enum CompositorMsg {
|
|||
GetClientWindowRect(WebViewId, IpcSender<DeviceIndependentIntRect>),
|
||||
/// Get the size of the screen that the client window inhabits.
|
||||
GetScreenSize(WebViewId, IpcSender<DeviceIndependentIntSize>),
|
||||
/// Get the available screen size (without toolbars and docks) for the screen
|
||||
/// Get the available screen size, without system interface elements such as menus, docks, and
|
||||
/// taskbars.
|
||||
/// the client window inhabits.
|
||||
GetAvailableScreenSize(WebViewId, IpcSender<DeviceIndependentIntSize>),
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue