internal override void RequestNCRecalc(IntPtr handle) { X11Hwnd hwnd = (X11Hwnd)Hwnd.ObjectFromHandle(handle); if (hwnd != null) { hwnd.RequestNCRecalc(); } }