- Add CairoElements

- Start code for double buffering in custom widgets, using
an off-screen pixmap. Problem: we don't know the height from the 
beginning


git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@798 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
tchernobog 2006-07-28 15:24:56 +00:00
parent 5b22b503a5
commit 25e5a7319b
6 changed files with 296 additions and 34 deletions

View file

@ -271,6 +271,7 @@ sgpemv2_LDADD = \
# Please keep this in sorted order:
sgpemv2_SOURCES = \
src/cairo_elements.cc \
src/graphical_terminal_io.cc \
src/gui_builder.cc \
src/main.cc \
@ -282,6 +283,7 @@ sgpemv2_SOURCES = \
src/text_simulation.cc
noinst_HEADERS += \
src/cairo_elements.hh \
src/graphical_simulation.hh \
src/graphical_terminal_io.hh \
src/gui_builder.hh \