mirror of
https://github.com/swaywm/sway.git
synced 2026-04-18 06:46:56 -04:00
Chase wlroots!4097
This commit is contained in:
parent
a946b1aecf
commit
868ffdacb1
3 changed files with 3 additions and 0 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue