walterlv
6 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
2 deletions
-
src/Avalonia.X11/X11Window.cs
|
|
|
@ -1245,10 +1245,10 @@ namespace Avalonia.X11 |
|
|
|
ptr1 = l0, |
|
|
|
ptr2 = l1 ?? IntPtr.Zero, |
|
|
|
ptr3 = l2 ?? IntPtr.Zero, |
|
|
|
ptr4 = l3 ?? IntPtr.Zero |
|
|
|
ptr4 = l3 ?? IntPtr.Zero, |
|
|
|
ptr5 = l4 ?? IntPtr.Zero |
|
|
|
} |
|
|
|
}; |
|
|
|
xev.ClientMessageEvent.ptr4 = l4 ?? IntPtr.Zero; |
|
|
|
XSendEvent(_x11.Display, _x11.RootWindow, false, |
|
|
|
new IntPtr((int)(EventMask.SubstructureRedirectMask | EventMask.SubstructureNotifyMask)), ref xev); |
|
|
|
|
|
|
|
|