aboutsummaryrefslogtreecommitdiff
path: root/generic/Window.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/Window.c')
-rw-r--r--generic/Window.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/generic/Window.c b/generic/Window.c
index 972fb6b..eae6e84 100644
--- a/generic/Window.c
+++ b/generic/Window.c
@@ -504,6 +504,7 @@ IsSensitive(Item item,
return True;
}
+
/*
**********************************************************************************
*
@@ -680,6 +681,7 @@ static ItemClassStruct WINDOW_ITEM_CLASS = {
ComputeCoordinates,
ToArea,
Draw,
+ Draw, /* Render use the same code as Draw. */
IsSensitive,
Pick,
NULL, /* PickVertex */