gl: show internal cocoa window on top of others
authorJulien Isorce <julien.isorce@gmail.com>
Fri, 2 May 2014 04:57:00 +0000 (05:57 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:31:39 +0000 (19:31 +0000)
Useful when your OSX terminal is fullscreen

https://bugzilla.gnome.org/show_bug.cgi?id=728127

gst-libs/gst/gl/cocoa/gstglwindow_cocoa.m

index 795b4cf..2de31d7 100644 (file)
@@ -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