PsppireOutputWindow: Draw the entire page instead of just the exposed area.
authorJohn Darrington <john@darrington.wattle.id.au>
Tue, 28 May 2013 17:35:01 +0000 (19:35 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Tue, 28 May 2013 17:47:25 +0000 (19:47 +0200)
commit0b51f07ef504cd5282178e322b95f1a950c9ed41
tree94c90f96600223704b8fe3a624e66fd416f84d0f
parent8cce2567d1ff8a1804059150d85ccb6e2e001e47
PsppireOutputWindow: Draw the entire page instead of just the exposed area.

Gtk3 doesn't require (or provide the necessary information for) the drawn
widget to be cliped to the exposed area.  So this change removes the clip
from the expose callback of the PsppireOutputWindow.  It also removes some
functions which are now not necessary.
src/output/cairo.c
src/output/cairo.h
src/output/render.c
src/output/render.h
src/ui/gui/psppire-output-window.c