aboutsummaryrefslogtreecommitdiff
path: root/Display.c
diff options
context:
space:
mode:
Diffstat (limited to 'Display.c')
-rw-r--r--Display.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/Display.c b/Display.c
index 6cf011f..6a82b55 100644
--- a/Display.c
+++ b/Display.c
@@ -40,16 +40,16 @@ DisplayClassRec displayClassRec = {
.compress_enterleave = True,
.visible_interest = False,
.destroy = NULL,
- .resize = NULL,
- .expose = NULL,
+ .resize = XtInheritResize,
+ .expose = XtInheritExpose,
.set_values = NULL,
.set_values_hook = NULL,
.set_values_almost = XtInheritSetValuesAlmost,
.get_values_hook = NULL,
- .accept_focus = NULL,
+ .accept_focus = XtInheritAcceptFocus,
.version = XtVersion,
.callback_private = NULL,
- .tm_table = NULL,
+ .tm_table = XtInheritTranslations,
.query_geometry = XtInheritQueryGeometry,
.display_accelerator = XtInheritDisplayAccelerator,
.extension = NULL,