summaryrefslogtreecommitdiff
path: root/src/gtksnippet.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2008-08-05 21:35:26 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2008-08-05 21:35:26 (GMT)
commit0153acaaf41e97477f6c484a92c2dd46f5122300 (patch)
treee71dc6048879ae679f56db13dc2ce5b71b39eb03 /src/gtksnippet.h
parent1249cf6e2c0ed87e1c593e488beedbbfe153ff00 (diff)
Defined a margin for setting breakpoints.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@14 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/gtksnippet.h')
-rw-r--r--src/gtksnippet.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gtksnippet.h b/src/gtksnippet.h
index e66eedc..349fd20 100644
--- a/src/gtksnippet.h
+++ b/src/gtksnippet.h
@@ -69,6 +69,8 @@ typedef struct _code_line_info
asm_instr *instr; /* Eventuelle instruction */
char *comment; /* Eventuel commentaire */
+ gboolean bp_set; /* Point d'arrêt défini */
+
} code_line_info;
@@ -80,6 +82,7 @@ struct _GtkSnippet {
PangoLayout *layout; /* Moteur de rendu du code ASM */
GdkGC *gc; /* Contexte graphique du rendu */
+ int line_height; /* Hauteur maximale des lignes */
const asm_processor *proc; /* Architecture utilisée */
code_line_info *info; /* Contenu à représenter */