mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
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:
parent
70bc469a8a
commit
2fed41dc30
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue