Chase wlroots!4097

This commit is contained in:
Bill Li 2023-11-23 20:07:20 +08:00
parent a946b1aecf
commit 868ffdacb1
3 changed files with 3 additions and 0 deletions

View file

@ -3,6 +3,7 @@
#include "sway/config.h"
#include "log.h"
#include "sway/output.h"
#include <wlr/util/transform.h>
static enum wl_output_transform invert_rotation_direction(
enum wl_output_transform t) {

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"