diff options
Diffstat (limited to 'patch/sortscreens.h')
| -rw-r--r-- | patch/sortscreens.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/patch/sortscreens.h b/patch/sortscreens.h index d829cdf..82915f4 100644 --- a/patch/sortscreens.h +++ b/patch/sortscreens.h @@ -1,3 +1,4 @@ #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);
\ No newline at end of file +static void sortscreens(XineramaScreenInfo *screens, int n); + |
