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

XGetSelectionOwner() static private method

static private XGetSelectionOwner ( IntPtr display, IntPtr selection ) : IntPtr
display IntPtr
selection IntPtr
return IntPtr
		internal static IntPtr XGetSelectionOwner(IntPtr display, IntPtr selection) {
			DebugHelper.TraceWriteLine ("XGetSelectionOwner");
			return _XGetSelectionOwner(display, selection);
		}
XplatUIX11