TOP
#define TOP (0)
#define TOP 0
enum { NONE, LEFT, RIGHT, TOP, BOTTOM } border = NONE;
enum { MIDDLE, TOP, BOTTOM } target;