summaryrefslogtreecommitdiff
path: root/src/gtkext/gtkdisplaypanel-int.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gtkext/gtkdisplaypanel-int.h')
-rw-r--r--src/gtkext/gtkdisplaypanel-int.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gtkext/gtkdisplaypanel-int.h b/src/gtkext/gtkdisplaypanel-int.h
index a2170e7..4425427 100644
--- a/src/gtkext/gtkdisplaypanel-int.h
+++ b/src/gtkext/gtkdisplaypanel-int.h
@@ -76,8 +76,8 @@ struct _GtkDisplayPanel
GtkScrollablePolicy vscroll_policy; /* Politique verticale */
bool show_border; /* Affichage d'une bordure ? */
- BinaryView content; /* Type de contenu */
- const bool *display; /* Affichage des colonnes ? */
+ unsigned int view_index; /* Indice du type de contenu */
+ bool *display_options; /* Affichage des colonnes ? */
GLoadedBinary *binary; /* Binaire à visualiser */