diff options
author | Simon Ser <contact@emersion.fr> | 2023-05-03 12:32:44 +0200 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2023-11-23 11:03:57 +0100 |
commit | 9e702e9cfe73f5aae665b5847cf470e66714e64a (patch) | |
tree | 30050050a24db3fb9f3ed97a72ad351149bbabe4 /examples | |
parent | a3d22dbe972770f84ae71f7080fb7bc676c2ba7a (diff) |
util/transform: move over wl_output_transform helpers
These aren't really tied to wlr_output.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/fullscreen-shell.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/fullscreen-shell.c b/examples/fullscreen-shell.c index 70b7f676..5c36b8b1 100644 --- a/examples/fullscreen-shell.c +++ b/examples/fullscreen-shell.c @@ -16,6 +16,7 @@ #include <wlr/types/wlr_output.h> #include <wlr/util/box.h> #include <wlr/util/log.h> +#include <wlr/util/transform.h> /** * A minimal fullscreen-shell server. It only supports rendering. |