diff --git a/gst-libs/gst/gl/x11/gstglwindow_x11.c b/gst-libs/gst/gl/x11/gstglwindow_x11.c index 490b27da56..d09701279e 100644 --- a/gst-libs/gst/gl/x11/gstglwindow_x11.c +++ b/gst-libs/gst/gl/x11/gstglwindow_x11.c @@ -544,12 +544,6 @@ gst_gl_window_x11_handle_event (GstGLWindowX11 * window_x11) break; } - /* just ignore request that does not come from us - * they are un-necessary and it overloads the drawer - */ - if (!event.xexpose.send_event) - break; - /* We need to redraw on expose */ if (window->draw) { context = gst_gl_window_get_context (window);