aboutsummaryrefslogtreecommitdiff
path: root/Display.c
diff options
context:
space:
mode:
Diffstat (limited to 'Display.c')
-rw-r--r--Display.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/Display.c b/Display.c
index b2025e3..1212950 100644
--- a/Display.c
+++ b/Display.c
@@ -43,7 +43,7 @@ DisplayClassRec displayClassRec = {
.class_initialize = NULL,
.class_part_initialize = NULL,
.class_inited = False,
- .initialize = NULL,
+ .initialize = Initialize,
.initialize_hook = NULL,
.realize = XtInheritRealize,
.actions = NULL,
@@ -88,8 +88,6 @@ static void
Initialize(Widget req, Widget new, ArgList args, Cardinal *num_args)
{
Trace(new);
- new->core.width = 800;
- new->core.height = 600;
}
static XtGeometryResult