wlroots-hyprland/include/wlr/types/wlr_box.h

8 lines
143 B
C
Raw Normal View History

#ifndef WLR_TYPES_WLR_BOX_H
#define WLR_TYPES_WLR_BOX_H
2021-07-01 22:36:01 +02:00
#warning "wlr_box has been moved to wlr/util/box.h"
#include <wlr/util/box.h>
#endif