Don't re-render the display if nothing has changed
authorDavid Gow <[email protected]>
Tue, 22 Apr 2014 03:29:25 +0000 (11:29 +0800)
committerDavid Gow <[email protected]>
Tue, 22 Apr 2014 03:29:25 +0000 (11:29 +0800)
commit45806117a53330b9f0c9c60310d79c56e960fd1f
treebe6b26adedad91a6936695480fec90c4a397467e
parentf5263ffb797938b07eec50ea1e7fb54a2a8d47c7
Don't re-render the display if nothing has changed

We now render to an offscreen buffer, and blit that
to the screen. This probably breaks the bitmap stuff, and I'll
fix that soon.
bin/ipdf
src/Makefile
src/framebuffer.cpp [new file with mode: 0644]
src/framebuffer.h [new file with mode: 0644]
src/main.h
src/view.cpp
src/view.h

UCC git Repository :: git.ucc.asn.au