Merge pull request #3148 from IllusionMan1212/cookie-struct-fix

vendor/x11: fix "display" with no pointer in XGenericEventCookie
This commit is contained in:
gingerBill
2024-03-09 16:52:53 +00:00
committed by GitHub
+1 -1
View File
@@ -708,7 +708,7 @@ XGenericEventCookie :: struct {
type: EventType,
serial: uint,
send_event: b32,
display: Display,
display: ^Display,
extension: i32,
evtype: i32,
cookie: u32,