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

XGetWMNormalHints() static private method

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