mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 16:17:36 +00:00
LibGfx: Rename from LibDraw :^)
This commit is contained in:
parent
11580babbf
commit
9ac94d393e
215 changed files with 291 additions and 291 deletions
|
@ -28,7 +28,7 @@
|
|||
|
||||
#include "Tool.h"
|
||||
#include <AK/HashMap.h>
|
||||
#include <LibDraw/Point.h>
|
||||
#include <LibGfx/Point.h>
|
||||
|
||||
namespace GUI {
|
||||
class Widget;
|
||||
|
|
|
@ -18,6 +18,6 @@ OBJS = \
|
|||
|
||||
PROGRAM = HackStudio
|
||||
|
||||
LIB_DEPS = GUI HTML VT Protocol Markdown Draw IPC Thread Pthread Core
|
||||
LIB_DEPS = GUI HTML VT Protocol Markdown Gfx IPC Thread Pthread Core
|
||||
|
||||
include ../../Makefile.common
|
||||
|
|
|
@ -225,8 +225,8 @@ int main(int argc, char** argv)
|
|||
dbg() << "#pragma once";
|
||||
dbg() << "#include <AK/BufferStream.h>";
|
||||
dbg() << "#include <AK/OwnPtr.h>";
|
||||
dbg() << "#include <LibDraw/Color.h>";
|
||||
dbg() << "#include <LibDraw/Rect.h>";
|
||||
dbg() << "#include <LibGfx/Color.h>";
|
||||
dbg() << "#include <LibGfx/Rect.h>";
|
||||
dbg() << "#include <LibIPC/IEncoder.h>";
|
||||
dbg() << "#include <LibIPC/IEndpoint.h>";
|
||||
dbg() << "#include <LibIPC/IMessage.h>";
|
||||
|
|
|
@ -7,6 +7,6 @@ OBJS = \
|
|||
|
||||
PROGRAM = Inspector
|
||||
|
||||
LIB_DEPS = GUI Draw IPC Core
|
||||
LIB_DEPS = GUI Gfx IPC Core
|
||||
|
||||
include ../../Makefile.common
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
#include "RemoteProcess.h"
|
||||
#include <AK/JsonObject.h>
|
||||
#include <AK/JsonValue.h>
|
||||
#include <LibDraw/PNGLoader.h>
|
||||
#include <LibGfx/PNGLoader.h>
|
||||
#include <LibGUI/GApplication.h>
|
||||
#include <stdio.h>
|
||||
|
||||
|
|
|
@ -6,6 +6,6 @@ OBJS = \
|
|||
|
||||
PROGRAM = ProfileViewer
|
||||
|
||||
LIB_DEPS = GUI Draw IPC Core
|
||||
LIB_DEPS = GUI Gfx IPC Core
|
||||
|
||||
include ../../Makefile.common
|
||||
|
|
|
@ -9,6 +9,6 @@ OBJS = \
|
|||
|
||||
PROGRAM = VisualBuilder
|
||||
|
||||
LIB_DEPS = GUI Draw IPC Core
|
||||
LIB_DEPS = GUI Gfx IPC Core
|
||||
|
||||
include ../../Makefile.common
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
#include <AK/JsonObject.h>
|
||||
#include <AK/StringBuilder.h>
|
||||
#include <LibCore/CFile.h>
|
||||
#include <LibDraw/PNGLoader.h>
|
||||
#include <LibGfx/PNGLoader.h>
|
||||
#include <LibGUI/GAction.h>
|
||||
#include <LibGUI/GBoxLayout.h>
|
||||
#include <LibGUI/GMenu.h>
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
#include <AK/NonnullRefPtr.h>
|
||||
#include <AK/RefCounted.h>
|
||||
#include <AK/Weakable.h>
|
||||
#include <LibDraw/Rect.h>
|
||||
#include <LibGfx/Rect.h>
|
||||
#include <LibGUI/GWidget.h>
|
||||
|
||||
namespace GUI {
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
#include "VBWidgetPropertyModel.h"
|
||||
#include "VBProperty.h"
|
||||
#include "VBWidget.h"
|
||||
#include <LibDraw/Font.h>
|
||||
#include <LibGfx/Font.h>
|
||||
|
||||
VBWidgetPropertyModel::VBWidgetPropertyModel(VBWidget& widget)
|
||||
: m_widget(widget)
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
#include "VBPropertiesWindow.h"
|
||||
#include "VBWidget.h"
|
||||
#include "VBWidgetPropertyModel.h"
|
||||
#include <LibDraw/PNGLoader.h>
|
||||
#include <LibGfx/PNGLoader.h>
|
||||
#include <LibGUI/GAboutDialog.h>
|
||||
#include <LibGUI/GAction.h>
|
||||
#include <LibGUI/GApplication.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue