Rename window_wayland to wayland and window_x11 to x11

This commit is contained in:
dec05eba
2025-03-05 18:07:52 +01:00
parent 0129ab140d
commit 5f3a14d3f6
7 changed files with 7 additions and 7 deletions

View File

@@ -22,8 +22,8 @@ src = [
'src/codec_query/vaapi.c',
'src/codec_query/vulkan.c',
'src/window/window.c',
'src/window/window_x11.c',
'src/window/window_wayland.c',
'src/window/x11.c',
'src/window/wayland.c',
'src/egl.c',
'src/cuda.c',
'src/xnvctrl.c',