Introduce wlr_buffer

This commit is contained in:
emersion 2018-06-08 20:06:13 +01:00
parent a072a8309e
commit e4933ab445
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
5 changed files with 263 additions and 91 deletions

View file

@ -20,6 +20,7 @@ lib_wlr_types = static_library(
'xdg_shell_v6/wlr_xdg_surface_v6.c',
'xdg_shell_v6/wlr_xdg_toplevel_v6.c',
'wlr_box.c',
'wlr_buffer.c',
'wlr_compositor.c',
'wlr_cursor.c',
'wlr_gamma_control.c',