1
0
Fork 0

renderer/native-gles3: Fix up function parameter alignment

check-code-style was complaining about this.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3304>
This commit is contained in:
Daniel van Vugt 2024-01-10 15:35:03 +08:00 committed by Marge Bot
parent 2d3a2a52b8
commit ccca3709c2

View file

@ -26,10 +26,10 @@
#include "backends/meta-egl.h"
#include "backends/meta-gles3.h"
gboolean meta_renderer_native_gles3_blit_shared_bo (MetaEgl *egl,
MetaGles3 *gles3,
EGLDisplay egl_display,
EGLContext egl_context,
EGLSurface egl_surface,
struct gbm_bo *shared_bo,
GError **error);
gboolean meta_renderer_native_gles3_blit_shared_bo (MetaEgl *egl,
MetaGles3 *gles3,
EGLDisplay egl_display,
EGLContext egl_context,
EGLSurface egl_surface,
struct gbm_bo *shared_bo,
GError **error);