mirror of
https://github.com/swaywm/sway.git
synced 2026-04-21 06:46:22 -04:00
Enable the transactions-unstable-v1 protocol
See https://github.com/swaywm/wlroots/pull/2801.
This commit is contained in:
parent
3287b12fff
commit
25ef52b335
1 changed files with 2 additions and 0 deletions
|
|
@ -23,6 +23,7 @@
|
|||
#include <wlr/types/wlr_screencopy_v1.h>
|
||||
#include <wlr/types/wlr_server_decoration.h>
|
||||
#include <wlr/types/wlr_tablet_v2.h>
|
||||
#include <wlr/types/wlr_transactions_v1.h>
|
||||
#include <wlr/types/wlr_viewporter.h>
|
||||
#include <wlr/types/wlr_xcursor_manager.h>
|
||||
#include <wlr/types/wlr_xdg_decoration_v1.h>
|
||||
|
|
@ -155,6 +156,7 @@ bool server_init(struct sway_server *server) {
|
|||
wlr_data_control_manager_v1_create(server->wl_display);
|
||||
wlr_primary_selection_v1_device_manager_create(server->wl_display);
|
||||
wlr_viewporter_create(server->wl_display);
|
||||
wlr_transaction_manager_v1_create(server->wl_display);
|
||||
|
||||
#if WLR_HAS_XDG_FOREIGN
|
||||
struct wlr_xdg_foreign_registry *foreign_registry =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue