move direction to wlr_output_layout.h

This commit is contained in:
Tony Crisci 2018-02-17 18:48:50 -05:00
parent 9933b7ad95
commit 9a8808f8cf
2 changed files with 7 additions and 12 deletions

View file

@ -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