comparison src/gui_athena.c @ 811:d2c169a725c8

updated for version 7.0c01
author vimboss
date Mon, 27 Mar 2006 20:55:21 +0000
parents 23d5c18ecef7
children 73fe8baea242
comparison
equal deleted inserted replaced
810:9f345c48220b 811:d2c169a725c8
1039 #ifdef FEAT_XIM 1039 #ifdef FEAT_XIM
1040 - xim_get_status_area_height() 1040 - xim_get_status_area_height()
1041 #endif 1041 #endif
1042 ); 1042 );
1043 } 1043 }
1044 gui_set_shellsize(FALSE, TRUE); 1044 gui_set_shellsize(FALSE, TRUE, RESIZE_VERT);
1045 ui_new_shellsize(); 1045 ui_new_shellsize();
1046 if (oldpuller != None) 1046 if (oldpuller != None)
1047 XFreePixmap(gui.dpy, oldpuller); 1047 XFreePixmap(gui.dpy, oldpuller);
1048 } 1048 }
1049 1049
1416 XtNvertDistance, 0, 1416 XtNvertDistance, 0,
1417 NULL); 1417 NULL);
1418 1418
1419 XtUnmanageChild(toolBar); 1419 XtUnmanageChild(toolBar);
1420 } 1420 }
1421 gui_set_shellsize(FALSE, FALSE); 1421 gui_set_shellsize(FALSE, FALSE, RESIZE_VERT);
1422 } 1422 }
1423 1423
1424 1424
1425 int 1425 int
1426 gui_mch_compute_toolbar_height() 1426 gui_mch_compute_toolbar_height()