summaryrefslogtreecommitdiffstats
path: root/include/sway/desktop/transaction.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/desktop/transaction.h')
-rw-r--r--include/sway/desktop/transaction.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sway/desktop/transaction.h b/include/sway/desktop/transaction.h
index 7ac924e7..66e8c9a2 100644
--- a/include/sway/desktop/transaction.h
+++ b/include/sway/desktop/transaction.h
@@ -1,7 +1,6 @@
1#ifndef _SWAY_TRANSACTION_H 1#ifndef _SWAY_TRANSACTION_H
2#define _SWAY_TRANSACTION_H 2#define _SWAY_TRANSACTION_H
3#include <wlr/render/wlr_texture.h> 3#include <stdint.h>
4#include "sway/tree/container.h"
5 4
6/** 5/**
7 * Transactions enable us to perform atomic layout updates. 6 * Transactions enable us to perform atomic layout updates.
@@ -21,6 +20,7 @@
21 */ 20 */
22 21
23struct sway_transaction_instruction; 22struct sway_transaction_instruction;
23struct sway_view;
24 24
25/** 25/**
26 * Find all dirty containers, create and commit a transaction containing them, 26 * Find all dirty containers, create and commit a transaction containing them,