walterlv
2 years ago
No known key found for this signature in database
GPG Key ID: 59ADF4450E42FA22
1 changed files with
1 additions and
1 deletions
-
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, |
|
|
|
|