diff options
author | Vasily_Makarov <danilka.pro@gmail.com> | 2011-06-13 16:15:11 +0400 |
---|---|---|
committer | Vasily_Makarov <danilka.pro@gmail.com> | 2011-06-13 16:15:11 +0400 |
commit | 68504bc13794cc8628062d89eb77065b172a2d5a (patch) | |
tree | 4bc77d860336ab0aff89de7755b8ea01f2fc19a0 /saedit/main.h | |
parent | 496c8cbf8874fc20b5b17969cc64d132c737176c (diff) | |
download | evol-tools-68504bc13794cc8628062d89eb77065b172a2d5a.tar.gz evol-tools-68504bc13794cc8628062d89eb77065b172a2d5a.tar.bz2 evol-tools-68504bc13794cc8628062d89eb77065b172a2d5a.tar.xz evol-tools-68504bc13794cc8628062d89eb77065b172a2d5a.zip |
saedit: Update
Diffstat (limited to 'saedit/main.h')
-rw-r--r-- | saedit/main.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/saedit/main.h b/saedit/main.h index 7303eb0..f7fe877 100644 --- a/saedit/main.h +++ b/saedit/main.h @@ -55,6 +55,7 @@ typedef struct { int offsetY; int delay; GdkPixbuf *pixbuf; + cairo_surface_t *surface; } Frame; static Frame *frame_new(int index, int offsetX, int offsetY, int delay); |