Finish implement commit event

This commit is contained in:
dmitry 2020-08-02 18:20:17 +03:00
parent f897995759
commit 2e07370d1f
5 changed files with 32 additions and 9 deletions

View file

@ -9,6 +9,7 @@
#include "config.h"
#include "sway/tree/node.h"
#include "sway/tree/view.h"
#include <sway/tree/workspace.h>
struct sway_server;
struct sway_container;

View file

@ -86,6 +86,7 @@ struct sway_server {
struct wlr_text_input_manager_v3 *text_input;
struct wlr_foreign_toplevel_manager_v1 *foreign_toplevel_manager;
struct wlr_workspace_manager_v1 *workspace_manager;
struct wl_listener workspace_manager_commit_request;
size_t txn_timeout_ms;
list_t *transactions;