mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:57:45 +00:00
WindowServer+LibGUI: Store a "data type" with the clipboard content
This will allow us to distinguish between different types of data stored on the clipboard.
This commit is contained in:
parent
9d2c4d223a
commit
c543ee5c5b
10 changed files with 94 additions and 15 deletions
|
@ -112,6 +112,7 @@ struct WSAPI_ServerMessage {
|
|||
DidSetResolution,
|
||||
DidSetWindowHasAlphaChannel,
|
||||
ScreenRectChanged,
|
||||
ClipboardContentsChanged,
|
||||
|
||||
__Begin_WM_Events__,
|
||||
WM_WindowRemoved,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue