From 0e652cdcfd509fdde56afa2ad7b24dafd50af154 Mon Sep 17 00:00:00 2001 From: lemort Date: Tue, 22 Jan 2008 08:33:42 +0000 Subject: Ajout de l'item viewport qui permet de deleguer le rendu dans une zone rectangulaire a une librairie externe. Pour l'instant, seule l'implementation Windows fonctionne: le rendu est deleguea une DLL qui doit contenir certaines fonctions --- generic/WidgetInfo.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'generic/WidgetInfo.h') diff --git a/generic/WidgetInfo.h b/generic/WidgetInfo.h index 813da14..b4ab31b 100644 --- a/generic/WidgetInfo.h +++ b/generic/WidgetInfo.h @@ -223,6 +223,9 @@ typedef struct _ZnWInfo { * area when highlight is off. */ ZnGradient *highlight_color; /* Color for drawing traversal highlight.*/ + /* viewport item management */ + int nb_of_viewport_items; /* Number of viewport items in our tree */ + /* Scrollbar management */ ZnPoint origin; /* Coordinate mapped to the upper left corner * of the zinc window. */ -- cgit v1.1