mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:37:34 +00:00
Taskbar: Unbreak SDL2 port by changing include path
Ports would not be able to find `QuickLaunchWidget.h` this way.
This commit is contained in:
parent
4285b6ac4d
commit
45a59b4d7e
1 changed files with 1 additions and 1 deletions
|
@ -7,13 +7,13 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "ClockWidget.h"
|
#include "ClockWidget.h"
|
||||||
#include "Taskbar/QuickLaunchWidget.h"
|
|
||||||
#include "WindowList.h"
|
#include "WindowList.h"
|
||||||
#include <LibConfig/Listener.h>
|
#include <LibConfig/Listener.h>
|
||||||
#include <LibDesktop/AppFile.h>
|
#include <LibDesktop/AppFile.h>
|
||||||
#include <LibGUI/Widget.h>
|
#include <LibGUI/Widget.h>
|
||||||
#include <LibGUI/Window.h>
|
#include <LibGUI/Window.h>
|
||||||
#include <LibGfx/ShareableBitmap.h>
|
#include <LibGfx/ShareableBitmap.h>
|
||||||
|
#include <Services/Taskbar/QuickLaunchWidget.h>
|
||||||
#include <Services/WindowServer/ScreenLayout.h>
|
#include <Services/WindowServer/ScreenLayout.h>
|
||||||
|
|
||||||
class TaskbarWindow final : public GUI::Window
|
class TaskbarWindow final : public GUI::Window
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue