mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
xdg-shell-v6: split into separate files
This commit is contained in:
parent
383ce3d5b7
commit
facc5aa359
9 changed files with 1996 additions and 1934 deletions
|
|
@ -9,6 +9,11 @@ lib_wlr_types = static_library(
|
|||
'seat/wlr_seat_pointer.c',
|
||||
'seat/wlr_seat_touch.c',
|
||||
'seat/wlr_seat.c',
|
||||
'xdg_shell_v6/wlr_xdg_popup_v6.c',
|
||||
'xdg_shell_v6/wlr_xdg_positioner_v6.c',
|
||||
'xdg_shell_v6/wlr_xdg_shell_v6.c',
|
||||
'xdg_shell_v6/wlr_xdg_surface_v6.c',
|
||||
'xdg_shell_v6/wlr_xdg_toplevel_v6.c',
|
||||
'wlr_box.c',
|
||||
'wlr_compositor.c',
|
||||
'wlr_cursor.c',
|
||||
|
|
@ -37,7 +42,6 @@ lib_wlr_types = static_library(
|
|||
'wlr_wl_shell.c',
|
||||
'wlr_xcursor_manager.c',
|
||||
'wlr_xdg_output.c',
|
||||
'wlr_xdg_shell_v6.c',
|
||||
'wlr_xdg_shell.c',
|
||||
),
|
||||
include_directories: wlr_inc,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue