--- a/ui/motif/Grid.c Fri Jun 19 21:18:18 2026 +0200 +++ b/ui/motif/Grid.c Sat Jul 04 17:46:17 2026 +0200 @@ -281,11 +281,11 @@ NULL, // set_values_hook XtInheritSetValuesAlmost, // set_values_almost NULL, // get_values_hook - (XtAcceptFocusProc)grid_acceptfocus, // accept_focus + (XtAcceptFocusProc)NULL, // accept_focus XtVersion, // version NULL, // callback_offsets //NULL, // tm_table - defaultTranslations, + XtInheritTranslations, //defaultTranslations, XtInheritQueryGeometry, // query_geometry NULL, // display_accelerator NULL, // extension @@ -342,7 +342,7 @@ void grid_realize(Widget w,XtValueMask *valueMask,XSetWindowAttributes *attributes) { Grid grid = (Grid)w; XtMakeResizeRequest(w, 400, 400, NULL, NULL); - (coreClassRec.core_class.realize)((Widget)w, valueMask, attributes); + (*xmManagerClassRec.core_class.realize)(w, valueMask, attributes); grid_place_children(grid); } @@ -363,9 +363,6 @@ return False; } -Boolean grid_acceptfocus(Widget w, Time *t) { - -} void grid_getfocus(Widget myw, XEvent *event, String *params, Cardinal *nparam) {