mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
wayland: make zxdg_output_v1_listener struct const
This commit is contained in:
parent
5a07419096
commit
d8761f31a2
1 changed files with 1 additions and 1 deletions
|
|
@ -191,7 +191,7 @@ xdg_output_handle_description(void *data, struct zxdg_output_v1 *xdg_output,
|
|||
{
|
||||
}
|
||||
|
||||
static struct zxdg_output_v1_listener xdg_output_listener = {
|
||||
static const struct zxdg_output_v1_listener xdg_output_listener = {
|
||||
.logical_position = xdg_output_handle_logical_position,
|
||||
.logical_size = xdg_output_handle_logical_size,
|
||||
.done = xdg_output_handle_done,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue