window: Move meta_window_configure_notify to window-x11

This commit is contained in:
Jasper St. Pierre
2014-03-18 10:36:00 -04:00
parent ada9610e30
commit cb549154aa
6 changed files with 41 additions and 39 deletions

View File

@ -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: