comparison src/gui_x11.c @ 814:f40f1a8520ff v7.0c01

updated for version 7.0c01
author vimboss
date Mon, 27 Mar 2006 21:03:26 +0000
parents 2fa8cb05b861
children 1f929f3ca806
comparison
equal deleted inserted replaced
813:bb5d1fa78352 814:f40f1a8520ff
1786 XtNx, x, 1786 XtNx, x,
1787 XtNy, y, 1787 XtNy, y,
1788 NULL); 1788 NULL);
1789 } 1789 }
1790 1790
1791 /*ARGSUSED*/
1791 void 1792 void
1792 gui_mch_set_shellsize(width, height, min_width, min_height, 1793 gui_mch_set_shellsize(width, height, min_width, min_height,
1793 base_width, base_height) 1794 base_width, base_height, direction)
1794 int width; 1795 int width;
1795 int height; 1796 int height;
1796 int min_width; 1797 int min_width;
1797 int min_height; 1798 int min_height;
1798 int base_width; 1799 int base_width;
1799 int base_height; 1800 int base_height;
1801 int direction;
1800 { 1802 {
1801 #ifdef FEAT_XIM 1803 #ifdef FEAT_XIM
1802 height += xim_get_status_area_height(), 1804 height += xim_get_status_area_height(),
1803 #endif 1805 #endif
1804 XtVaSetValues(vimShell, 1806 XtVaSetValues(vimShell,