mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-04-09 08:21:23 -04:00
Update wlr_box includes to util/box.h
The wlroots header has been moved upstream.
This commit is contained in:
parent
4fc4f88efe
commit
1ef4cf5b8b
7 changed files with 3 additions and 8 deletions
2
util.h
2
util.h
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef CG_UTIL_H
|
||||
#define CG_UTIL_H
|
||||
|
||||
#include <wlr/types/wlr_box.h>
|
||||
#include <wlr/util/box.h>
|
||||
|
||||
/** Apply scale to a width or height. */
|
||||
int scale_length(int length, int offset, float scale);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue