oops - this one got moved byt not changed. fix.

SVN revision: 82022
This commit is contained in:
Carsten Haitzler 2013-01-03 00:00:21 +00:00
parent 9a91c68119
commit 83574d3ec3
1 changed files with 1 additions and 1 deletions

View File

@ -1125,7 +1125,7 @@ _find_xcbob(xcb_connection_t *conn, xcb_visualtype_t *vis, int depth, int w, int
lbytes = ((((w * bpp) + 3) / 4) * 4);
}
else
lbytes = (((w + 63) / 64) * 4);
lbytes = (((w + 63) / 64) * 8);
sz = (lbytes * h);
SHMPOOL_LOCK();