aboutsummaryrefslogtreecommitdiff
path: root/generic/Window.c
diff options
context:
space:
mode:
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,