unbreak xinerama support from r1.41 for panning setups

This commit is contained in:
okan 2013-01-07 20:32:19 +00:00
parent c426254da5
commit 7c4ed94757

View File

@ -143,8 +143,8 @@ screen_find_xinerama(struct screen_ctx *sc, int x, int y)
y >= info->y_org && y < info->y_org + info->height) {
geom.x = info->x_org;
geom.y = info->y_org;
geom.w = info->width;
geom.h = info->height;
geom.w = info->x_org + info->width;
geom.h = info->y_org + info->height;
break;
}
}