vendor/x11: change display to be a ^Display in XGenericEventCookie struct

This commit is contained in:
IllusionMan1212
2024-01-29 05:54:14 +02:00
parent a78f062499
commit 36ed8fe55d

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,