mirror of
https://github.com/swaywm/sway.git
synced 2026-04-24 06:46:22 -04:00
Finish implement commit event
This commit is contained in:
parent
f897995759
commit
2e07370d1f
5 changed files with 32 additions and 9 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue