internal override IntPtr DefWndProc(ref Message msg) { X11Hwnd hwnd = (X11Hwnd)Hwnd.GetObjectFromWindow(msg.HWnd); if (hwnd == null) { return(IntPtr.Zero); } return(hwnd.DefWndProc(ref msg)); }