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