Reset cairo surface when drawing console
authorDavid Herrmann <dh.herrmann@googlemail.com>
Sat, 26 Nov 2011 15:48:59 +0000 (16:48 +0100)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Sat, 26 Nov 2011 15:48:59 +0000 (16:48 +0100)
commitc8855d47b276dae2451488bd2841b11ec0d1708d
treed74e8e36d5050c644f4df12ffe2b83121c2c76fd
parentc455d8f9f070df090e798d1e143ebd9cfe1fd761
Reset cairo surface when drawing console

We must use SOURCE operator to reset the surface. Otherwise, we end up doing
nothing here because our alpha value is 0.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
src/console.c