chiark / gitweb /
terminal/grdev: provide front and back buffer to renderers
authorDavid Herrmann <dh.herrmann@gmail.com>
Thu, 2 Oct 2014 16:26:06 +0000 (18:26 +0200)
committerDavid Herrmann <dh.herrmann@gmail.com>
Fri, 3 Oct 2014 13:57:00 +0000 (15:57 +0200)
commit51cff8bdedbc283b2403ab4a688903d8b1f2fab5
tree8514ad964d0ba061244a8944c1fe4194cd77ef06
parentaec3f44651998211d559b474bb830aad65680a62
terminal/grdev: provide front and back buffer to renderers

We really want more sophisticated aging than just 64bit integers. So
always provide front *and* back buffers to renderers so they can compare
arbitrary aging information and decide whether to re-render.
src/libsystemd-terminal/grdev.c
src/libsystemd-terminal/grdev.h
src/libsystemd-terminal/modeset.c