internal override void SetWindowPos(IntPtr handle, int x, int y, int width, int height) { X11Hwnd hwnd = (X11Hwnd)Hwnd.ObjectFromHandle(handle); if (hwnd != null) { hwnd.SetPosition(x, y, width, height); } }