Skip to content

Commit

Permalink
Fix compiling error on net6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
walterlv committed Sep 10, 2024
1 parent 8c579a4 commit 5ade5ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Avalonia.X11/X11Window.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1213,7 +1213,7 @@ private void MapWindow()
MapRequestEvent = new XMapRequestEvent
{
type = XEventName.MapRequest,
serial = 0,
serial = new IntPtr(0),
display = _x11.Display,
send_event = 1,
parent = _x11.RootWindow,
Expand Down

0 comments on commit 5ade5ad

Please sign in to comment.