예제 #1
0
파일: XplatUIX11.cs 프로젝트: nlhepler/mono
		internal extern static int XSetWMName(IntPtr display, IntPtr window, ref XTextProperty text_prop);
예제 #2
0
파일: XplatUIX11.cs 프로젝트: nlhepler/mono
		internal static int XSetWMName(IntPtr display, IntPtr window, ref XTextProperty text_prop)
		{
			DebugHelper.TraceWriteLine ("XSetWMName");
			return _XSetWMName(display, window, ref text_prop);
		}