mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-17 06:59:43 -05:00
add wlr_output_layout_adjacent_output
This commit is contained in:
parent
71cba94e73
commit
85871cb666
3 changed files with 70 additions and 0 deletions
11
include/wlr/util/direction.h
Normal file
11
include/wlr/util/direction.h
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#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