summaryrefslogtreecommitdiff
path: root/src/gtkext/gtkviewpanel.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2013-01-06 02:35:37 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2013-01-06 02:35:37 (GMT)
commitdcd03173f71b09f38238f50dfcf4c1db0c014c4c (patch)
tree0069e4d74bdacfd130fcf46282a32914c645a7cb /src/gtkext/gtkviewpanel.h
parent405698182c46a82d92ccd50baa43fea5e40b1f6a (diff)
Transferred the scale computing to the rendered view.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@319 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/gtkext/gtkviewpanel.h')
-rw-r--r--src/gtkext/gtkviewpanel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gtkext/gtkviewpanel.h b/src/gtkext/gtkviewpanel.h
index 61df60f..59220e6 100644
--- a/src/gtkext/gtkviewpanel.h
+++ b/src/gtkext/gtkviewpanel.h
@@ -2,7 +2,7 @@
/* OpenIDA - Outil d'analyse de fichiers binaires
* gtkviewpanel.h - prototypes pour l'affichage de contenu de binaire
*
- * Copyright (C) 2010-2012 Cyrille Bagard
+ * Copyright (C) 2010-2013 Cyrille Bagard
*
* This file is part of OpenIDA.
*
@@ -78,7 +78,7 @@ bool gtk_view_panel_contain_address(const GtkViewPanel *, vmpa_t);
void gtk_view_panel_scroll_to_address(GtkViewPanel *, vmpa_t);
/* Place en cache un rendu destiné à l'aperçu graphique rapide. */
-void gtk_view_panel_cache_glance(GtkViewPanel *, cairo_t *);
+void gtk_view_panel_cache_glance(GtkViewPanel *, cairo_t *, const GtkAllocation *, double);