mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-19 13:00:28 +00:00
vendor/x11: change display to be a ^Display in XGenericEventCookie struct
This commit is contained in:
2
vendor/x11/xlib/xlib_types.odin
vendored
2
vendor/x11/xlib/xlib_types.odin
vendored
@@ -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