mirror of
https://github.com/swaywm/sway.git
synced 2025-11-14 06:59:47 -05:00
Implement the presentation-time protocol
This commit is contained in:
parent
7160b8aae9
commit
a654ac1bd6
5 changed files with 108 additions and 89 deletions
|
|
@ -135,6 +135,9 @@ bool server_init(struct sway_server *server) {
|
|||
server->xdg_decoration.notify = handle_xdg_decoration;
|
||||
wl_list_init(&server->xdg_decorations);
|
||||
|
||||
server->presentation =
|
||||
wlr_presentation_create(server->wl_display, server->backend);
|
||||
|
||||
wlr_export_dmabuf_manager_v1_create(server->wl_display);
|
||||
wlr_screencopy_manager_v1_create(server->wl_display);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue