mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-12 02:59:45 +00:00
WindowServer: Factor out window frame logic into a WSWindowFrame class.
The window frame is an object that contains a window, its title bar and window border. This way WSWindowManager doesn't have to know about all the different types of window borders, titlebar rects, etc.
This commit is contained in:
parent
99b98dc653
commit
47d270b577
Notes:
sideshowbarker
2024-07-19 14:48:48 +09:00
Author: https://github.com/awesomekling
Commit: 47d270b577
8 changed files with 312 additions and 237 deletions
|
@ -7,6 +7,8 @@
|
|||
#include <LibC/string.h>
|
||||
#endif
|
||||
|
||||
#define UNUSED_PARAM(x) (void)x
|
||||
|
||||
#include <AK/Types.h>
|
||||
|
||||
extern "C" void* mmx_memcpy(void* to, const void* from, size_t);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue