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

_XFlush() private method

private _XFlush ( IntPtr display ) : int
display IntPtr
return int
		internal extern static int _XFlush(IntPtr display);
		internal static int XFlush(IntPtr display) {
XplatUIX11