mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 22:07:36 +00:00
WindowServer: Post error messages to clients on protocol failure.
This commit is contained in:
parent
f33f094483
commit
222a6f7bbc
4 changed files with 53 additions and 17 deletions
|
@ -58,6 +58,7 @@ struct GUI_KeyModifiers { enum {
|
|||
struct GUI_ServerMessage {
|
||||
enum Type : unsigned {
|
||||
Invalid,
|
||||
Error,
|
||||
Paint,
|
||||
MouseMove,
|
||||
MouseDown,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue