From 00ae1fac92d64d221a4ae70750c49c159e4af81e Mon Sep 17 00:00:00 2001 From: Vladyslav Lubenskyi Date: Fri, 1 Sep 2023 12:49:00 +0300 Subject: [PATCH] Revert a visibility change --- src/Avalonia.X11/X11Window.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Avalonia.X11/X11Window.cs b/src/Avalonia.X11/X11Window.cs index 0f9043c727..f06fdb9268 100644 --- a/src/Avalonia.X11/X11Window.cs +++ b/src/Avalonia.X11/X11Window.cs @@ -1181,7 +1181,7 @@ namespace Avalonia.X11 } } - private void SetWmClass(IntPtr handle, string wmClass) + public void SetWmClass(IntPtr handle, string wmClass) { // See https://tronche.com/gui/x/icccm/sec-4.html#WM_CLASS // We don't actually parse the application's command line, so we only use RESOURCE_NAME and argv[0]