fixed: update root window size before every render

This commit is contained in:
Bob van Loosen 2013-03-20 20:12:24 +01:00
parent 59573d0601
commit ec4be1c54c

View file

@ -158,6 +158,8 @@ void CBitX11::Process()
}
}
XGetWindowAttributes(m_dpy, m_rootwin, &m_rootattr);
m_transform.matrix[0][0] = m_rootattr.width;
m_transform.matrix[1][1] = m_rootattr.width;
m_transform.matrix[2][2] = m_destwidth;