System.Windows.Forms.XplatUIX11.XFlush C# (CSharp) Méthode

XFlush() static private méthode

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