Skip to content
Snippets Groups Projects
Commit 244addb3 authored by Anselm R Garbe's avatar Anselm R Garbe
Browse files

applied nsz patch

parent c13be8d6
No related branches found
No related tags found
No related merge requests found
...@@ -1696,7 +1696,7 @@ updategeom(void) { ...@@ -1696,7 +1696,7 @@ updategeom(void) {
if(info[i - 1].x_org == info[i].x_org && info[i - 1].y_org == info[i].y_org if(info[i - 1].x_org == info[i].x_org && info[i - 1].y_org == info[i].y_org
&& info[i - 1].width == info[i].width && info[i - 1].height == info[i].height) && info[i - 1].width == info[i].width && info[i - 1].height == info[i].height)
--nn; --nn;
n = nn; /* we only consider unique geometrys as separate screens */ n = nn; /* we only consider unique geometries as separate screens */
#endif /* XINERAMA */ #endif /* XINERAMA */
/* allocate monitor(s) for the new geometry setup */ /* allocate monitor(s) for the new geometry setup */
for(i = 0; i < n; i++) { for(i = 0; i < n; i++) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment