mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 09:22:22 -07:00
vendor/x11: change display to be a ^Display in XGenericEventCookie struct
This commit is contained in:
Vendored
+1
-1
@@ -708,7 +708,7 @@ XGenericEventCookie :: struct {
|
||||
type: EventType,
|
||||
serial: uint,
|
||||
send_event: b32,
|
||||
display: Display,
|
||||
display: ^Display,
|
||||
extension: i32,
|
||||
evtype: i32,
|
||||
cookie: u32,
|
||||
|
||||
Reference in New Issue
Block a user