mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 07:07:45 +00:00
WindowServer: Don't invalidate already frontmost window for moving to front.
This commit is contained in:
parent
e115ae5641
commit
786b903d62
5 changed files with 18 additions and 8 deletions
|
@ -94,9 +94,9 @@ public:
|
|||
|
||||
enum class GMouseButton : byte {
|
||||
None = 0,
|
||||
Left,
|
||||
Middle,
|
||||
Right,
|
||||
Left = 1,
|
||||
Right = 2,
|
||||
Middle = 4,
|
||||
};
|
||||
|
||||
enum GKeyboardKey {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue