refactor: rename source files

This commit is contained in:
DanyLE
2025-03-10 13:43:01 +01:00
parent dd8f2b3011
commit 0e8bb9027f
10 changed files with 173 additions and 165 deletions

View File

@@ -35,7 +35,8 @@ wayland_targets=[]
wl_protocols = [
wl_protocol_dir / 'staging/ext-session-lock/ext-session-lock-v1',
'protocols/wlr-foreign-toplevel-management-unstable-v1'
'protocols/wlr-foreign-toplevel-management-unstable-v1',
'protocols/virtual-keyboard-unstable-v1'
]
foreach proto : wl_protocols
@@ -60,9 +61,9 @@ dm_src = [
'src/background.c',
'src/shell.c',
'src/foreign.c',
'src/session.c',
'src/session-lock.c',
'src/wayland.c',
'src/dm.c',
'src/session.c',
wayland_targets]
executable(