Example #1
0
		internal extern static int XSetWMName(IntPtr display, IntPtr window, ref XTextProperty text_prop);
Example #2
0
		internal static int XSetWMName(IntPtr display, IntPtr window, ref XTextProperty text_prop)
		{
			DebugHelper.TraceWriteLine ("XSetWMName");
			return _XSetWMName(display, window, ref text_prop);
		}