summaryrefslogtreecommitdiff
path: root/include/sway/output.h
diff options
context:
space:
mode:
authorWill McKinnon <[email protected]>2023-04-06 18:49:51 -0400
committerWill McKinnon <[email protected]>2023-04-06 20:30:42 -0400
commit420364dd191fa3c22370bbaa34f178b07bcb8318 (patch)
treebf7e3bcb7a0835e0c16901a3b800c7f218607d53 /include/sway/output.h
parentc24fccd45c4bc69c968a09ae5b953672a29bac12 (diff)
structure: moved fx_renderer and related fuctions to a folder
Diffstat (limited to 'include/sway/output.h')
-rw-r--r--include/sway/output.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sway/output.h b/include/sway/output.h
index 2d702741..a6bec10a 100644
--- a/include/sway/output.h
+++ b/include/sway/output.h
@@ -6,7 +6,7 @@
#include <wlr/types/wlr_damage_ring.h>
#include <wlr/types/wlr_output.h>
#include "config.h"
-#include "sway/desktop/fx_renderer.h"
+#include "sway/desktop/fx_renderer/fx_renderer.h"
#include "sway/tree/node.h"
#include "sway/tree/view.h"