aboutsummaryrefslogtreecommitdiff
path: root/Display.c
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2014-09-26 16:01:46 +0000
committerDimitri Sokolyuk <demon@dim13.org>2014-09-26 16:01:46 +0000
commit6b11385376dc799eb958851770d39dbe3648bdf6 (patch)
tree0a36a97ab9aed97f088b6bb433fd72a0af44bc96 /Display.c
parent04d7f87e664d5d09b03a23fbdbc976577a3c198d (diff)
inherit everything
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,