diff lwlib/xlwgauge.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/lwlib/xlwgauge.c	Sat Dec 12 21:49:31 2015 +0000
+++ b/lwlib/xlwgauge.c	Sun Dec 13 13:22:58 2015 +0000
@@ -1105,5 +1105,5 @@
 
 	values.foreground = fg ;
 
-	return XtAllocateGC((Widget)gw, 0, vmask, &values, 0L, umask) ;
+	return XtAllocateGC((Widget)gw, 0, vmask, &values, E0, umask) ;
 }