commit a01a330
Michael Forney
·
2019-12-19 00:25:28 +0000 UTC
parent 411db3e
surface: Make some functions static
1 files changed,
+2,
-2
+2,
-2
1@@ -261,13 +261,13 @@ commit(struct wl_client *client, struct wl_resource *resource)
2 surface->pending.commit = 0;
3 }
4
5-void
6+static void
7 set_buffer_transform(struct wl_client *client, struct wl_resource *surface, int32_t transform)
8 {
9 /* TODO: Implement */
10 }
11
12-void
13+static void
14 set_buffer_scale(struct wl_client *client, struct wl_resource *surface, int32_t scale)
15 {
16 /* TODO: Implement */