mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:47:45 +00:00
WindowServer: Merge WSFrameBuffer into WSScreen.
This commit is contained in:
parent
bb28c143fd
commit
9454c5dd52
9 changed files with 22 additions and 72 deletions
|
@ -9,7 +9,7 @@
|
|||
#include <AK/Lock.h>
|
||||
#include "WSEventReceiver.h"
|
||||
|
||||
class WSFrameBuffer;
|
||||
class WSScreen;
|
||||
class MouseEvent;
|
||||
class PaintEvent;
|
||||
class WSWindow;
|
||||
|
@ -53,7 +53,7 @@ private:
|
|||
void compose();
|
||||
void paint_window_frame(WSWindow&);
|
||||
|
||||
WSFrameBuffer& m_framebuffer;
|
||||
WSScreen& m_screen;
|
||||
Rect m_screen_rect;
|
||||
|
||||
Color m_active_window_border_color;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue