diff options
author | Will McKinnon <[email protected]> | 2023-04-06 18:49:51 -0400 |
---|---|---|
committer | Will McKinnon <[email protected]> | 2023-04-06 20:30:42 -0400 |
commit | 420364dd191fa3c22370bbaa34f178b07bcb8318 (patch) | |
tree | bf7e3bcb7a0835e0c16901a3b800c7f218607d53 /include/sway/output.h | |
parent | c24fccd45c4bc69c968a09ae5b953672a29bac12 (diff) |
structure: moved fx_renderer and related fuctions to a folder
Diffstat (limited to 'include/sway/output.h')
-rw-r--r-- | include/sway/output.h | 2 |
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" |