internal static extern void XGetWMNormalHints(IntPtr display, IntPtr window, ref XSizeHints hints, out IntPtr supplied_return);
internal static extern void XSetZoomHints(IntPtr display, IntPtr window, ref XSizeHints hints);
internal extern static void XSetWMNormalHints(IntPtr display, IntPtr window, ref XSizeHints hints);