Merge pull request #1476 from emersion/fullscreen-shell

fullscreen-shell-v1: initial protocol implementation
This commit is contained in:
Drew DeVault 2019-01-20 09:30:52 -05:00 committed by GitHub
commit d4de2bd708
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 433 additions and 8 deletions

View file

@ -30,6 +30,7 @@ lib_wlr_types = static_library(
'wlr_data_control_v1.c',
'wlr_export_dmabuf_v1.c',
'wlr_foreign_toplevel_management_v1.c',
'wlr_fullscreen_shell_v1.c',
'wlr_gamma_control_v1.c',
'wlr_gamma_control.c',
'wlr_gtk_primary_selection.c',
@ -51,8 +52,8 @@ lib_wlr_types = static_library(
'wlr_presentation_time.c',
'wlr_primary_selection.c',
'wlr_region.c',
'wlr_screencopy_v1.c',
'wlr_relative_pointer_v1.c',
'wlr_screencopy_v1.c',
'wlr_screenshooter.c',
'wlr_server_decoration.c',
'wlr_surface.c',