Skip to content

Commit

Permalink
修复虚拟机闪烁
Browse files Browse the repository at this point in the history
  • Loading branch information
lindexi committed Nov 24, 2023
1 parent 228d253 commit 8c498a0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion demo/UnoDemo/IpcUno/IpcUno.Skia.Gtk/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ public static void Main(string[] args)
};

var host = new GtkHost(() => new AppHead());
// 修复虚拟机界面闪烁
host.RenderSurfaceType = RenderSurfaceType.Software;

host.Run();
}
}
}
}

0 comments on commit 8c498a0

Please sign in to comment.