mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-19 06:59:48 -05:00
types/wlr_compositor: Change to new design
- wlr_surface and wlr_region are bundled into the same file - Allows extensions to add state to wl_surface commits Old surface code has not been removed yet.
This commit is contained in:
parent
cf3b083c32
commit
e76d4581ce
12 changed files with 619 additions and 261 deletions
|
|
@ -54,7 +54,6 @@ lib_wlr_types = static_library(
|
|||
'wlr_presentation_time.c',
|
||||
'wlr_primary_selection_v1.c',
|
||||
'wlr_primary_selection.c',
|
||||
'wlr_region.c',
|
||||
'wlr_relative_pointer_v1.c',
|
||||
'wlr_screencopy_v1.c',
|
||||
'wlr_screenshooter.c',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue