comparison src/gui_athena.c @ 125:2a8d48bdc5de

updated for version 7.0044
author vimboss
date Tue, 25 Jan 2005 21:42:15 +0000
parents eff3887963cc
children a4029d1d83df
comparison
equal deleted inserted replaced
124:f455396f3c3f 125:2a8d48bdc5de
999 if (menu_is_menubar(mp->dname)) 999 if (menu_is_menubar(mp->dname))
1000 { 1000 {
1001 Dimension height; 1001 Dimension height;
1002 1002
1003 XtVaGetValues(mp->id, 1003 XtVaGetValues(mp->id,
1004 XtNheight,(XtArgVal *)&height, 1004 XtNheight, &height,
1005 NULL); 1005 NULL);
1006 if (height < max_height) 1006 if (height < max_height)
1007 max_height = height; 1007 max_height = height;
1008 } 1008 }
1009 } 1009 }