]> git.ipfire.org Git - thirdparty/plymouth.git/commit
Force shadow frame buffer to have cairo compatible row stride
authorRay Strode <rstrode@halfline-kentsfield.usersys.redhat.com>
Wed, 10 Sep 2008 17:31:47 +0000 (13:31 -0400)
committerRay Strode <rstrode@halfline-kentsfield.usersys.redhat.com>
Wed, 10 Sep 2008 17:31:47 +0000 (13:31 -0400)
commitea53cbf0e863a28bd8aa6d39fbfdd66e2d764d7d
tree36c05201dfa273c359736c07b3b6d1b4fd1931e4
parentde640c616f373f827f75df3b1980f796359dcd89
Force shadow frame buffer to have cairo compatible row stride

Previously it would keep the rowstride of the scanout buffer,
which isn't right.  The entire point of the shadow buffer is
that it has a known at compile time constant memory layout.

(This change fixes password prompts on some hardware)
src/libply/ply-frame-buffer.c