mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-20 18:12:53 +00:00
LibWeb: Move PaintingBox to its own .cpp and .h files
This commit is contained in:
parent
f017c1c064
commit
ba606d9057
Notes:
sideshowbarker
2024-07-17 18:46:57 +09:00
Author: https://github.com/awesomekling
Commit: ba606d9057
27 changed files with 499 additions and 472 deletions
|
@ -22,7 +22,7 @@
|
|||
#include <LibWeb/Loader/ResourceLoader.h>
|
||||
#include <LibWeb/Page/EventHandler.h>
|
||||
#include <LibWeb/Painting/PaintContext.h>
|
||||
#include <LibWeb/Painting/Paintable.h>
|
||||
#include <LibWeb/Painting/PaintableBox.h>
|
||||
#include <LibWeb/UIEvents/MouseEvent.h>
|
||||
|
||||
REGISTER_WIDGET(Web, InProcessWebView)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue