Mercurial > hg > xemacs-beta
comparison src/EmacsFrame.c @ 163:0132846995bd r20-3b8
Import from CVS: tag r20-3b8
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:43:35 +0200 |
parents | fe104dbd9147 |
children | 5a88923fcbfe |
comparison
equal
deleted
inserted
replaced
162:4de2936b4e77 | 163:0132846995bd |
---|---|
602 x_wm_set_variable_size (FRAME_X_SHELL_WIDGET (f), columns, rows); | 602 x_wm_set_variable_size (FRAME_X_SHELL_WIDGET (f), columns, rows); |
603 | 603 |
604 XtVaSetValues ((Widget) ew, | 604 XtVaSetValues ((Widget) ew, |
605 XtNwidth, (Dimension) pixel_width, | 605 XtNwidth, (Dimension) pixel_width, |
606 XtNheight, (Dimension) pixel_height, | 606 XtNheight, (Dimension) pixel_height, |
607 0); | 607 NULL); |
608 } | 608 } |