window: Move meta_window_configure_notify to window-x11
This commit is contained in:
@ -2676,7 +2676,7 @@ handle_other_xevent (MetaDisplay *display,
|
||||
}
|
||||
|
||||
if (window && window->override_redirect)
|
||||
meta_window_configure_notify (window, &event->xconfigure);
|
||||
meta_window_x11_configure_notify (window, &event->xconfigure);
|
||||
|
||||
break;
|
||||
case ConfigureRequest:
|
||||
|
Reference in New Issue
Block a user