rename wlr_workspace -> wlr_ext_workspace

This commit is contained in:
Ilia Bozhinov 2021-02-17 07:55:19 +01:00
parent 284dc3d251
commit be327234a8
3 changed files with 1 additions and 1 deletions

View file

@ -22,6 +22,7 @@ wlr_files += files(
'wlr_cursor.c',
'wlr_data_control_v1.c',
'wlr_export_dmabuf_v1.c',
'wlr_ext_workspace_v1.c',
'wlr_foreign_toplevel_management_v1.c',
'wlr_fullscreen_shell_v1.c',
'wlr_gamma_control_v1.c',
@ -61,7 +62,6 @@ wlr_files += files(
'wlr_viewporter.c',
'wlr_virtual_keyboard_v1.c',
'wlr_virtual_pointer_v1.c',
'wlr_workspace_v1.c',
'wlr_xcursor_manager.c',
'wlr_xdg_decoration_v1.c',
'wlr_xdg_foreign_v1.c',