mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 16:07:45 +00:00
Get rid of the "root widget" concept in WindowManager.
Instead just create a GraphicsBitmap wrapper around the display framebuffer and teach Painter how to draw directly into a GraphicsBitmap.
This commit is contained in:
parent
0e6c19ffa6
commit
bb28c31531
10 changed files with 18 additions and 80 deletions
|
@ -55,7 +55,6 @@ WIDGETS_OBJS = \
|
|||
../Widgets/Color.o \
|
||||
../Widgets/CharacterBitmap.o \
|
||||
../Widgets/EventLoop.o \
|
||||
../Widgets/RootWidget.o \
|
||||
../Widgets/Label.o \
|
||||
../Widgets/Button.o \
|
||||
../Widgets/MsgBox.o \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue