mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 21:47:46 +00:00
Print the number of WindowManager recompose() calls to debugger.
This commit is contained in:
parent
39e236d346
commit
f3ec96a1b9
2 changed files with 3 additions and 0 deletions
|
@ -66,4 +66,6 @@ private:
|
|||
Rect m_lastDragRect;
|
||||
Rect m_dragStartRect;
|
||||
Rect m_dragEndRect;
|
||||
|
||||
unsigned m_recompose_count { 0 };
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue