System.Windows.Forms.XplatUIX11.XSetWMNormalHints C# (CSharp) Method

XSetWMNormalHints() static private method

static private XSetWMNormalHints ( IntPtr display, IntPtr window, XSizeHints &hints ) : void
display IntPtr
window IntPtr
hints XSizeHints
return void
		internal static void XSetWMNormalHints(IntPtr display, IntPtr window, ref XSizeHints hints) {
			DebugHelper.TraceWriteLine ("XSetWMNormalHints");
			_XSetWMNormalHints(display, window, ref hints);
		}
XplatUIX11