Adding sortscreens patch
This commit is contained in:
3
patch/sortscreens.h
Normal file
3
patch/sortscreens.h
Normal file
@@ -0,0 +1,3 @@
|
||||
#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);
|
Reference in New Issue
Block a user