gdk/wayland: Rename gdkkeys-wayland.c file

Since it contains the GdkKeymap implementation, give it a more
obvious name.
This commit is contained in:
Carlos Garnacho 2023-02-03 16:13:37 +01:00
parent 1d4ceac2c5
commit 4005eb8fe8
2 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ gdk_wayland_sources = files([
'gdkdrop-wayland.c',
'gdkeventsource.c',
'gdkglcontext-wayland.c',
'gdkkeys-wayland.c',
'gdkkeymap-wayland.c',
'gdkmonitor-wayland.c',
'gdkprimary-wayland.c',
'gdkseat-wayland.c',