mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:27:46 +00:00
LibGUI: Desktop.h should get actual value from TaskbarWindow.h
This commit is contained in:
parent
b0682a73ee
commit
6c520fab87
1 changed files with 2 additions and 1 deletions
|
@ -10,6 +10,7 @@
|
|||
#include <AK/String.h>
|
||||
#include <LibGUI/Forward.h>
|
||||
#include <LibGfx/Rect.h>
|
||||
#include <Services/Taskbar/TaskbarWindow.h>
|
||||
|
||||
namespace GUI {
|
||||
|
||||
|
@ -27,7 +28,7 @@ public:
|
|||
|
||||
Gfx::IntRect rect() const { return m_rect; }
|
||||
|
||||
int taskbar_height() const { return 27; }
|
||||
int taskbar_height() const { return TaskbarWindow::taskbar_height(); }
|
||||
|
||||
void did_receive_screen_rect(Badge<WindowServerConnection>, const Gfx::IntRect&);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue