diff 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
line wrap: on
line diff
--- a/src/EmacsFrame.c	Mon Aug 13 09:42:28 2007 +0200
+++ b/src/EmacsFrame.c	Mon Aug 13 09:43:35 2007 +0200
@@ -604,5 +604,5 @@
   XtVaSetValues ((Widget) ew,
 		 XtNwidth, (Dimension) pixel_width,
 		 XtNheight, (Dimension) pixel_height,
-		 0);
+		 NULL);
 }