summaryrefslogtreecommitdiff
path: root/src/gtkext/gtkbinview-int.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gtkext/gtkbinview-int.h')
-rw-r--r--src/gtkext/gtkbinview-int.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gtkext/gtkbinview-int.h b/src/gtkext/gtkbinview-int.h
index 0c17554..63334d5 100644
--- a/src/gtkext/gtkbinview-int.h
+++ b/src/gtkext/gtkbinview-int.h
@@ -47,6 +47,10 @@ struct _GtkBinview
{
GtkFixed parent; /* A laisser en premier */
+ GdkGC *gc; /* Contexte graphique du rendu */
+
+ bool show_border; /* Affichage d'une bordure ? */
+
openida_binary *binary; /* Contenu binaire affiché */
GRenderingLine *lines; /* Contenu à représenter */