comparison 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
comparison
equal deleted inserted replaced
5935:d5eb0914ca1f 5936:574f0cded429
172 src_private->xwindow, 172 src_private->xwindow,
173 drawable_private->xwindow, 173 drawable_private->xwindow,
174 gc_private->xgc, 174 gc_private->xgc,
175 xsrc, ysrc, 175 xsrc, ysrc,
176 width, height, 176 width, height,
177 xdest, ydest, 1L); 177 xdest, ydest, E1);
178 } 178 }