mirror of
https://github.com/brl/mutter.git
synced 2024-11-12 17:27:03 -05:00
wayland: Add a few statics we forgot before
This commit is contained in:
parent
dadbd793be
commit
63c627ec18
@ -606,7 +606,7 @@ wl_surface_set_buffer_scale (struct wl_client *client,
|
||||
g_warning ("Trying to set invalid buffer_scale of %d\n", scale);
|
||||
}
|
||||
|
||||
const struct wl_surface_interface meta_wayland_wl_surface_interface = {
|
||||
static const struct wl_surface_interface meta_wayland_wl_surface_interface = {
|
||||
wl_surface_destroy,
|
||||
wl_surface_attach,
|
||||
wl_surface_damage,
|
||||
|
@ -241,7 +241,7 @@ wl_region_subtract (struct wl_client *client,
|
||||
cairo_region_subtract_rectangle (region->region, &rectangle);
|
||||
}
|
||||
|
||||
const struct wl_region_interface meta_wayland_region_interface = {
|
||||
static const struct wl_region_interface meta_wayland_region_interface = {
|
||||
wl_region_destroy,
|
||||
wl_region_add,
|
||||
wl_region_subtract
|
||||
|
Loading…
Reference in New Issue
Block a user