1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 03:08:13 +00:00

removed extra impl of scaling

This commit is contained in:
Christopher Dumas 2019-05-27 08:36:44 -07:00 committed by Andreas Kling
parent da9c70598f
commit 3e26faa226
7 changed files with 11 additions and 169 deletions

Binary file not shown.

View file

@ -1,165 +0,0 @@
main.o: main.cpp /home/christopherdumas/serenity/LibGUI/GApplication.h \
/home/christopherdumas/serenity/AK/Badge.h \
/home/christopherdumas/serenity/AK/OwnPtr.h \
/home/christopherdumas/serenity/AK/StdLibExtras.h \
/home/christopherdumas/serenity/LibC/stdlib.h \
/home/christopherdumas/serenity/LibC/sys/cdefs.h \
/home/christopherdumas/serenity/LibC/sys/types.h \
/home/christopherdumas/serenity/LibC/stdint.h \
/home/christopherdumas/serenity/LibC/stddef.h \
/home/christopherdumas/serenity/LibC/string.h \
/home/christopherdumas/serenity/AK/Types.h \
/home/christopherdumas/serenity/AK/Traits.h \
/home/christopherdumas/serenity/AK/kstdio.h \
/home/christopherdumas/serenity/Kernel/kstdio.h \
/home/christopherdumas/serenity/AK/HashFunctions.h \
/home/christopherdumas/serenity/AK/HashMap.h \
/home/christopherdumas/serenity/AK/HashTable.h \
/home/christopherdumas/serenity/AK/Assertions.h \
/home/christopherdumas/serenity/LibC/assert.h \
/home/christopherdumas/serenity/AK/DoublyLinkedList.h \
/home/christopherdumas/serenity/AK/Vector.h \
/home/christopherdumas/serenity/AK/kmalloc.h \
/home/christopherdumas/serenity/LibGUI/GShortcut.h \
/home/christopherdumas/serenity/Kernel/KeyCode.h \
/home/christopherdumas/serenity/AK/AKString.h \
/home/christopherdumas/serenity/AK/ByteBuffer.h \
/home/christopherdumas/serenity/AK/Retainable.h \
/home/christopherdumas/serenity/AK/RetainPtr.h \
/home/christopherdumas/serenity/AK/Retained.h \
/home/christopherdumas/serenity/AK/StringImpl.h \
/home/christopherdumas/serenity/AK/StringView.h \
/home/christopherdumas/serenity/LibGUI/GWindow.h \
/home/christopherdumas/serenity/LibCore/CObject.h \
/home/christopherdumas/serenity/AK/Function.h \
/home/christopherdumas/serenity/AK/Weakable.h \
/home/christopherdumas/serenity/LibGUI/GWindowType.h \
/home/christopherdumas/serenity/SharedGraphics/Rect.h \
/home/christopherdumas/serenity/SharedGraphics/Point.h \
/home/christopherdumas/serenity/SharedGraphics/Size.h \
/home/christopherdumas/serenity/SharedGraphics/TextAlignment.h \
/home/christopherdumas/serenity/SharedGraphics/GraphicsBitmap.h \
/home/christopherdumas/serenity/SharedGraphics/Color.h \
/home/christopherdumas/serenity/AK/MappedFile.h \
/home/christopherdumas/serenity/LibC/SharedBuffer.h \
/home/christopherdumas/serenity/AK/WeakPtr.h \
/home/christopherdumas/serenity/LibGUI/GWidget.h \
/home/christopherdumas/serenity/LibCore/CElapsedTimer.h \
/home/christopherdumas/serenity/LibC/time.h \
/home/christopherdumas/serenity/LibGUI/GEvent.h \
/home/christopherdumas/serenity/LibCore/CEvent.h \
/home/christopherdumas/serenity/SharedGraphics/Font.h \
/home/christopherdumas/serenity/LibGUI/GPainter.h \
/home/christopherdumas/serenity/SharedGraphics/Painter.h \
/home/christopherdumas/serenity/SharedGraphics/TextElision.h \
/home/christopherdumas/serenity/SharedGraphics/PNGLoader.h
/home/christopherdumas/serenity/LibGUI/GApplication.h:
/home/christopherdumas/serenity/AK/Badge.h:
/home/christopherdumas/serenity/AK/OwnPtr.h:
/home/christopherdumas/serenity/AK/StdLibExtras.h:
/home/christopherdumas/serenity/LibC/stdlib.h:
/home/christopherdumas/serenity/LibC/sys/cdefs.h:
/home/christopherdumas/serenity/LibC/sys/types.h:
/home/christopherdumas/serenity/LibC/stdint.h:
/home/christopherdumas/serenity/LibC/stddef.h:
/home/christopherdumas/serenity/LibC/string.h:
/home/christopherdumas/serenity/AK/Types.h:
/home/christopherdumas/serenity/AK/Traits.h:
/home/christopherdumas/serenity/AK/kstdio.h:
/home/christopherdumas/serenity/Kernel/kstdio.h:
/home/christopherdumas/serenity/AK/HashFunctions.h:
/home/christopherdumas/serenity/AK/HashMap.h:
/home/christopherdumas/serenity/AK/HashTable.h:
/home/christopherdumas/serenity/AK/Assertions.h:
/home/christopherdumas/serenity/LibC/assert.h:
/home/christopherdumas/serenity/AK/DoublyLinkedList.h:
/home/christopherdumas/serenity/AK/Vector.h:
/home/christopherdumas/serenity/AK/kmalloc.h:
/home/christopherdumas/serenity/LibGUI/GShortcut.h:
/home/christopherdumas/serenity/Kernel/KeyCode.h:
/home/christopherdumas/serenity/AK/AKString.h:
/home/christopherdumas/serenity/AK/ByteBuffer.h:
/home/christopherdumas/serenity/AK/Retainable.h:
/home/christopherdumas/serenity/AK/RetainPtr.h:
/home/christopherdumas/serenity/AK/Retained.h:
/home/christopherdumas/serenity/AK/StringImpl.h:
/home/christopherdumas/serenity/AK/StringView.h:
/home/christopherdumas/serenity/LibGUI/GWindow.h:
/home/christopherdumas/serenity/LibCore/CObject.h:
/home/christopherdumas/serenity/AK/Function.h:
/home/christopherdumas/serenity/AK/Weakable.h:
/home/christopherdumas/serenity/LibGUI/GWindowType.h:
/home/christopherdumas/serenity/SharedGraphics/Rect.h:
/home/christopherdumas/serenity/SharedGraphics/Point.h:
/home/christopherdumas/serenity/SharedGraphics/Size.h:
/home/christopherdumas/serenity/SharedGraphics/TextAlignment.h:
/home/christopherdumas/serenity/SharedGraphics/GraphicsBitmap.h:
/home/christopherdumas/serenity/SharedGraphics/Color.h:
/home/christopherdumas/serenity/AK/MappedFile.h:
/home/christopherdumas/serenity/LibC/SharedBuffer.h:
/home/christopherdumas/serenity/AK/WeakPtr.h:
/home/christopherdumas/serenity/LibGUI/GWidget.h:
/home/christopherdumas/serenity/LibCore/CElapsedTimer.h:
/home/christopherdumas/serenity/LibC/time.h:
/home/christopherdumas/serenity/LibGUI/GEvent.h:
/home/christopherdumas/serenity/LibCore/CEvent.h:
/home/christopherdumas/serenity/SharedGraphics/Font.h:
/home/christopherdumas/serenity/LibGUI/GPainter.h:
/home/christopherdumas/serenity/SharedGraphics/Painter.h:
/home/christopherdumas/serenity/SharedGraphics/TextElision.h:
/home/christopherdumas/serenity/SharedGraphics/PNGLoader.h:

Binary file not shown.