diff src/redisplay-gtk.c @ 5936:574f0cded429 cygwin

try to replace all nnnL or nnnUL constants with EMACS_[U]INT
author Henry Thompson <ht@markup.co.uk>
date Sun, 13 Dec 2015 13:22:58 +0000
parents 308d34e9f07d
children
line wrap: on
line diff
--- a/src/redisplay-gtk.c	Sat Dec 12 21:49:31 2015 +0000
+++ b/src/redisplay-gtk.c	Sun Dec 13 13:22:58 2015 +0000
@@ -174,5 +174,5 @@
 	     gc_private->xgc,
 	     xsrc, ysrc,
 	     width, height,
-	     xdest, ydest, 1L);
+	     xdest, ydest, E1);
 }