mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
gl: cocoa: fix formatting for function definition
This is a follow-up of 5d35e1fa15
This commit is contained in:
parent
5d35e1fa15
commit
81f8257354
1 changed files with 2 additions and 2 deletions
|
@ -86,8 +86,8 @@ static void gst_gl_window_cocoa_show (GstGLWindow * window);
|
||||||
static void gst_gl_window_cocoa_queue_resize (GstGLWindow * window);
|
static void gst_gl_window_cocoa_queue_resize (GstGLWindow * window);
|
||||||
static void gst_gl_window_cocoa_send_message_async (GstGLWindow * window,
|
static void gst_gl_window_cocoa_send_message_async (GstGLWindow * window,
|
||||||
GstGLWindowCB callback, gpointer data, GDestroyNotify destroy);
|
GstGLWindowCB callback, gpointer data, GDestroyNotify destroy);
|
||||||
static gboolean gst_gl_window_cocoa_set_render_rectangle (GstGLWindow *
|
static gboolean gst_gl_window_cocoa_set_render_rectangle (GstGLWindow * window,
|
||||||
window, gint x, gint y, gint width, gint height);
|
gint x, gint y, gint width, gint height);
|
||||||
|
|
||||||
struct _GstGLWindowCocoaPrivate
|
struct _GstGLWindowCocoaPrivate
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue