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
This commit is contained in:
Julien Isorce 2014-05-02 05:57:00 +01:00 committed by Tim-Philipp Müller
parent 70bc469a8a
commit 2fed41dc30

View 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