ui/motif/toolkit.c

branch
newapi
changeset 427
7ead63398a50
parent 406
0ebf9d7b23e8
child 433
605bb5dc34f1
equal deleted inserted replaced
426:3eb26df703bf 427:7ead63398a50
307 PropModeReplace, 307 PropModeReplace,
308 (const unsigned char*)"dark", 308 (const unsigned char*)"dark",
309 4); 309 4);
310 } 310 }
311 311
312 void ui_destroy_eventdata(Widget w, XtPointer *data, XtPointer d) { 312 void ui_destroy_eventdata(Widget w, XtPointer data, XtPointer d) {
313 free(data); 313 free(data);
314 } 314 }
315 315
316 void ui_set_widget_groups(UiContext *ctx, Widget widget, const int *groups) { 316 void ui_set_widget_groups(UiContext *ctx, Widget widget, const int *groups) {
317 if(!groups) { 317 if(!groups) {

mercurial