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

XFlush() static private method

static private XFlush ( IntPtr display ) : int
display IntPtr
return int
		internal static int XFlush(IntPtr display) {
			DebugHelper.TraceWriteLine ("XFlush");
			return _XFlush(display);
		}
XplatUIX11