Fix typo
This commit is contained in:
parent
7f3dcce048
commit
657e42cead
1 changed files with 1 additions and 1 deletions
|
@ -269,7 +269,7 @@ pub const EventType = enum(u32) {
|
||||||
DollarRecord,
|
DollarRecord,
|
||||||
MultiGesture,
|
MultiGesture,
|
||||||
|
|
||||||
ClipboardUpate = 0x900,
|
ClipboardUpdate = 0x900,
|
||||||
|
|
||||||
DropFile = 0x1000,
|
DropFile = 0x1000,
|
||||||
DropText,
|
DropText,
|
||||||
|
|
Loading…
Reference in a new issue