fullscreen-shell-v1: initial protocol implementation

This commit is contained in:
emersion 2019-01-06 12:08:45 +01:00
parent aebd74243f
commit 86f263a0b8
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
7 changed files with 434 additions and 9 deletions

View file

@ -29,6 +29,7 @@ lib_wlr_types = static_library(
'wlr_cursor.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',
@ -50,8 +51,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',