mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-02-26 01:40:38 -05:00
output: include seat.h
This commit is contained in:
parent
e3be8159b3
commit
8a6d16391f
2 changed files with 1 additions and 1 deletions
1
output.c
1
output.c
|
|
@ -33,6 +33,7 @@
|
||||||
|
|
||||||
#include "output.h"
|
#include "output.h"
|
||||||
#include "render.h"
|
#include "render.h"
|
||||||
|
#include "seat.h"
|
||||||
#include "server.h"
|
#include "server.h"
|
||||||
#include "util.h"
|
#include "util.h"
|
||||||
#include "view.h"
|
#include "view.h"
|
||||||
|
|
|
||||||
1
output.h
1
output.h
|
|
@ -5,7 +5,6 @@
|
||||||
#include <wlr/types/wlr_output.h>
|
#include <wlr/types/wlr_output.h>
|
||||||
#include <wlr/types/wlr_output_damage.h>
|
#include <wlr/types/wlr_output_damage.h>
|
||||||
|
|
||||||
#include "seat.h"
|
|
||||||
#include "server.h"
|
#include "server.h"
|
||||||
#include "view.h"
|
#include "view.h"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue