Mercurial > hg > xemacs-beta
diff src/redisplay-x.c @ 163:0132846995bd r20-3b8
Import from CVS: tag r20-3b8
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:43:35 +0200 |
parents | 9f59509498e1 |
children | 5a88923fcbfe |
line wrap: on
line diff
--- a/src/redisplay-x.c Mon Aug 13 09:42:28 2007 +0200 +++ b/src/redisplay-x.c Mon Aug 13 09:43:35 2007 +0200 @@ -2215,7 +2215,7 @@ Widget shell = FRAME_X_SHELL_WIDGET (f); Dimension width, height; - XtVaGetValues (shell, XtNwidth, &width, XtNheight, &height, 0); + XtVaGetValues (shell, XtNwidth, &width, XtNheight, &height, NULL); XSETFRAME (frame, f); tmp_pixel = FACE_FOREGROUND (Vdefault_face, frame);