mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-11 12:06:07 +00:00
WindowServer: Remove unused WSEvent::WM_DeferredCompose
This was an old event type in the early days of userspace WindowServer.
This commit is contained in:
parent
8c8118fbf8
commit
93e1728818
Notes:
sideshowbarker
2024-07-19 10:26:43 +09:00
Author: https://github.com/awesomekling
Commit: 93e1728818
1 changed files with 0 additions and 1 deletions
|
@ -11,7 +11,6 @@ class WSEvent : public CEvent {
|
||||||
public:
|
public:
|
||||||
enum Type {
|
enum Type {
|
||||||
Invalid = 3000,
|
Invalid = 3000,
|
||||||
WM_DeferredCompose,
|
|
||||||
MouseMove,
|
MouseMove,
|
||||||
MouseDown,
|
MouseDown,
|
||||||
MouseDoubleClick,
|
MouseDoubleClick,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue