mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-31 11:08:25 -05:00
move direction to wlr_output_layout.h
This commit is contained in:
parent
9933b7ad95
commit
9a8808f8cf
2 changed files with 7 additions and 12 deletions
|
|
@ -1,11 +0,0 @@
|
|||
#ifndef WLR_UTIL_DIRECTION_H
|
||||
#define WLR_UTIL_DIRECTION_H
|
||||
|
||||
enum wlr_direction {
|
||||
WLR_DIRECTION_UP = 0,
|
||||
WLR_DIRECTION_DOWN = 1,
|
||||
WLR_DIRECTION_LEFT = 2,
|
||||
WLR_DIRECTION_RIGHT = 4,
|
||||
};
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue