| ... | ... | @@ -9,7 +9,7 @@ pub const EdidOverrideProtocol = extern struct { |
| 9 | 9 | |
| 10 | 10 | /// Returns policy information and potentially a replacement EDID for the specified video output device. |
| 11 | 11 | pub fn getEdid(self: *const EdidOverrideProtocol, handle: Handle, attributes: *EdidOverrideProtocolAttributes, edid_size: *usize, edid: *?[*]u8) Status { |
| 12 | | return self._get_edid(self, handle, attributes, edid_size, edid); |
| 12 | return self._get_edid(self, handle, @ptrCast(*u32, attributes), edid_size, edid); |
| 13 | 13 | } |
| 14 | 14 | |
| 15 | 15 | pub const guid align(8) = Guid{ |