From cf509574be9ae8b441f1ea2eebad809d60a145f4 Mon Sep 17 00:00:00 2001 From: Julien Isorce Date: Fri, 2 May 2014 05:57:00 +0100 Subject: gl: show internal cocoa window on top of others Useful when your OSX terminal is fullscreen https://bugzilla.gnome.org/show_bug.cgi?id=728127 --- gst-libs/gst/gl/cocoa/gstglwindow_cocoa.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-libs/gst/gl/cocoa/gstglwindow_cocoa.m b/gst-libs/gst/gl/cocoa/gstglwindow_cocoa.m index 795b4cff0..2de31d7f4 100644 --- a/gst-libs/gst/gl/cocoa/gstglwindow_cocoa.m +++ b/gst-libs/gst/gl/cocoa/gstglwindow_cocoa.m @@ -628,7 +628,7 @@ gst_gl_window_cocoa_send_message_async (GstGLWindow * window, } - (void) orderFront { - [m_cocoa->priv->internal_win_id orderFront:m_cocoa->priv->internal_win_id]; + [m_cocoa->priv->internal_win_id orderFrontRegardless]; } @end -- cgit v1.2.1