🎨
This commit is contained in:
parent
e9aa9eaf5e
commit
653ef6f839
3 changed files with 4 additions and 3 deletions
|
@ -39,9 +39,11 @@ class Screen : public mate::EventEmitter<Screen>,
|
|||
std::vector<display::Display> GetAllDisplays();
|
||||
display::Display GetDisplayNearestPoint(const gfx::Point& point);
|
||||
display::Display GetDisplayMatching(const gfx::Rect& match_rect);
|
||||
|
||||
#if defined(OS_MACOSX)
|
||||
int getMenuBarHeight();
|
||||
#endif
|
||||
|
||||
// display::DisplayObserver:
|
||||
void OnDisplayAdded(const display::Display& new_display) override;
|
||||
void OnDisplayRemoved(const display::Display& old_display) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue