commit a01a330bcf3313b17a69b40308054759c3d9e6c1
parent 411db3e00b153227e2d462288d082bee4f7b7530
Author: Michael Forney <mforney@mforney.org>
Date: Wed, 18 Dec 2019 16:25:28 -0800
surface: Make some functions static
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libswc/surface.c b/libswc/surface.c
@@ -261,13 +261,13 @@ commit(struct wl_client *client, struct wl_resource *resource)
surface->pending.commit = 0;
}
-void
+static void
set_buffer_transform(struct wl_client *client, struct wl_resource *surface, int32_t transform)
{
/* TODO: Implement */
}
-void
+static void
set_buffer_scale(struct wl_client *client, struct wl_resource *surface, int32_t scale)
{
/* TODO: Implement */