render: Introduce render_pager to factor out code from drivers.
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 13 Sep 2014 17:24:59 +0000 (10:24 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 13 Sep 2014 18:07:03 +0000 (11:07 -0700)
The render_break abstraction requires quite a bit of assistance from
drivers.  By introducing a high-level render_pager abstraction we factor
out a bit of common code.  Future refinements will allow putting more and
more functional in the common "render" interface.


No differences found