Add wlr/util/transform.h includes

References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4097
Closes: https://github.com/swaywm/sway/issues/7830
This commit is contained in:
Simon Ser 2023-11-23 13:08:09 +01:00 committed by Kirill Primak
parent a946b1aecf
commit fd6d6f1d97
4 changed files with 4 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#include <string.h>
#include <wlr/util/transform.h>
#include "sway/commands.h"
#include "sway/config.h"
#include "log.h"

View File

@ -16,6 +16,7 @@
#include <wlr/types/wlr_presentation_time.h>
#include <wlr/types/wlr_compositor.h>
#include <wlr/util/region.h>
#include <wlr/util/transform.h>
#include "config.h"
#include "log.h"
#include "sway/config.h"

View File

@ -13,6 +13,7 @@
#include <wlr/types/wlr_output.h>
#include <wlr/types/wlr_compositor.h>
#include <wlr/util/region.h>
#include <wlr/util/transform.h>
#include "log.h"
#include "config.h"
#include "sway/config.h"

View File

@ -3,6 +3,7 @@
#include <stdlib.h>
#include <string.h>
#include <wlr/types/wlr_output_layout.h>
#include <wlr/util/transform.h>
#include "sway/desktop/transaction.h"
#include "sway/input/seat.h"
#include "sway/ipc-server.h"