dwm-flexipatch-zombie/patch/sortscreens.h

3 lines
151 B
C
Raw Normal View History

2021-06-10 23:20:40 -04:00
#define RIGHTOF(a,b) (a.y_org > b.y_org) || ((a.y_org == b.y_org) && (a.x_org > b.x_org))
static void sortscreens(XineramaScreenInfo *screens, int n);