From 2a0f7575be052cd3b603221ee54a16dc733e7502 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Mon, 29 Sep 2014 22:00:10 +0000 Subject: fix minor warnings --- Display.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Display.c') 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 -- cgit v1.2.3