diff options
author | Gwenole Beauchesne <gwenole.beauchesne@intel.com> | 2014-01-23 17:41:02 +0100 |
---|---|---|
committer | Gwenole Beauchesne <gwenole.beauchesne@intel.com> | 2014-01-23 18:51:59 +0100 |
commit | 449727ea312e180e967e60fc01edc045b1987243 (patch) | |
tree | e27f92f84c8195c92848c81148955acbfa7ea3aa /gst-libs/gst/vaapi/gstvaapiutils_x11.h | |
parent | 84044f28f714379497282aa95d98ea560045cec3 (diff) |
libs: re-indent all source code related to VA utilities.
Diffstat (limited to 'gst-libs/gst/vaapi/gstvaapiutils_x11.h')
-rw-r--r-- | gst-libs/gst/vaapi/gstvaapiutils_x11.h | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/gst-libs/gst/vaapi/gstvaapiutils_x11.h b/gst-libs/gst/vaapi/gstvaapiutils_x11.h index f6faf257..ebc73803 100644 --- a/gst-libs/gst/vaapi/gstvaapiutils_x11.h +++ b/gst-libs/gst/vaapi/gstvaapiutils_x11.h @@ -32,26 +32,20 @@ G_GNUC_INTERNAL void -x11_trap_errors(void); +x11_trap_errors (void); G_GNUC_INTERNAL int -x11_untrap_errors(void); +x11_untrap_errors (void); G_GNUC_INTERNAL Window -x11_create_window(Display *dpy, guint w, guint h, Visual *vis, Colormap cmap); +x11_create_window (Display * dpy, guint w, guint h, Visual * vis, + Colormap cmap); G_GNUC_INTERNAL gboolean -x11_get_geometry( - Display *dpy, - Drawable drawable, - gint *px, - gint *py, - guint *pwidth, - guint *pheight, - guint *pdepth -); +x11_get_geometry (Display * dpy, Drawable drawable, gint * px, gint * py, + guint * pwidth, guint * pheight, guint * pdepth); #endif /* GST_VAAPI_UTILS_X11_H */ |