示例#1
0
        internal override void RequestNCRecalc(IntPtr handle)
        {
            X11Hwnd hwnd = (X11Hwnd)Hwnd.ObjectFromHandle(handle);

            if (hwnd != null)
            {
                hwnd.RequestNCRecalc();
            }
        }