Browse Source

Fix compiling error on net6.0

pull/16922/head
walterlv 2 years ago
parent
commit
1946a7c76a
No known key found for this signature in database GPG Key ID: 59ADF4450E42FA22
  1. 2
      src/Avalonia.X11/X11Window.cs

2
src/Avalonia.X11/X11Window.cs

@ -1220,7 +1220,7 @@ namespace Avalonia.X11
MapRequestEvent = new XMapRequestEvent
{
type = XEventName.MapRequest,
serial = 0,
serial = new IntPtr(0),
display = _x11.Display,
send_event = 1,
parent = _x11.RootWindow,

Loading…
Cancel
Save