aboutsummaryrefslogtreecommitdiff
path: root/generic/Window.c
diff options
context:
space:
mode:
authorlemort2008-01-22 08:33:42 +0000
committerlemort2008-01-22 08:33:42 +0000
commit0e652cdcfd509fdde56afa2ad7b24dafd50af154 (patch)
tree74ffdef663758c9b883d11ea6041ef21948b7037 /generic/Window.c
parentec349c8062d22e28142346efd1e08dd5fe71a85c (diff)
downloadtkzinc-0e652cdcfd509fdde56afa2ad7b24dafd50af154.zip
tkzinc-0e652cdcfd509fdde56afa2ad7b24dafd50af154.tar.gz
tkzinc-0e652cdcfd509fdde56afa2ad7b24dafd50af154.tar.bz2
tkzinc-0e652cdcfd509fdde56afa2ad7b24dafd50af154.tar.xz
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
Diffstat (limited to 'generic/Window.c')
-rw-r--r--generic/Window.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/generic/Window.c b/generic/Window.c
index 0b6459f..e0a3f9e 100644
--- a/generic/Window.c
+++ b/generic/Window.c
@@ -1033,6 +1033,7 @@ static ZnItemClassStruct WINDOW_ITEM_CLASS = {
ComputeCoordinates,
ToArea,
Draw,
+ NULL, /* Pre-render */
Draw, /* Render use the same code as Draw. */
IsSensitive,
Pick,