WindowServer: Don't invalidate already frontmost window for moving to front.

This commit is contained in:
Andreas Kling 2019-01-21 02:18:16 +01:00
commit 786b903d62
Notes: sideshowbarker 2024-07-19 15:59:35 +09:00
5 changed files with 18 additions and 8 deletions

View file

@ -94,9 +94,9 @@ public:
enum class GMouseButton : byte {
None = 0,
Left,
Middle,
Right,
Left = 1,
Right = 2,
Middle = 4,
};
enum GKeyboardKey {