summaryrefslogtreecommitdiff
path: root/saedit/sae.h
diff options
context:
space:
mode:
authorVasily_Makarov <danilka.pro@gmail.com>2012-02-08 21:42:49 +0400
committerVasily_Makarov <danilka.pro@gmail.com>2012-02-08 21:42:49 +0400
commit6545f58904d754db19800a1cd21f472eb13339bd (patch)
tree31302573e165c3eaab15ed6eef879e5b5d6324eb /saedit/sae.h
parent6cef75a6df920f13a42b0ab17e2539aacc5e79e5 (diff)
downloadtools-6545f58904d754db19800a1cd21f472eb13339bd.tar.gz
tools-6545f58904d754db19800a1cd21f472eb13339bd.tar.bz2
tools-6545f58904d754db19800a1cd21f472eb13339bd.tar.xz
tools-6545f58904d754db19800a1cd21f472eb13339bd.zip
SAE: Add Debug mode
Diffstat (limited to 'saedit/sae.h')
-rw-r--r--saedit/sae.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/saedit/sae.h b/saedit/sae.h
index 830e64b..322eca5 100644
--- a/saedit/sae.h
+++ b/saedit/sae.h
@@ -23,6 +23,7 @@ typedef struct {
int offsetX;
int offsetY;
int delay;
+ int line_number;
GdkPixbuf *pixbuf;
cairo_surface_t *surface;
} Frame;