diff --git a/include/wlr/types/wlr_workspace_v1.h b/include/wlr/types/wlr_ext_workspace_v1.h similarity index 100% rename from include/wlr/types/wlr_workspace_v1.h rename to include/wlr/types/wlr_ext_workspace_v1.h diff --git a/types/meson.build b/types/meson.build index d1d832c58..2090b7cd1 100644 --- a/types/meson.build +++ b/types/meson.build @@ -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', diff --git a/types/wlr_workspace_v1.c b/types/wlr_ext_workspace_v1.c similarity index 100% rename from types/wlr_workspace_v1.c rename to types/wlr_ext_workspace_v1.c