Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
5935:d5eb0914ca1f | 5936:574f0cded429 |
---|---|
1103 #define umask (GCBackground|GCSubwindowMode|GCGraphicsExposures|GCDashOffset\ | 1103 #define umask (GCBackground|GCSubwindowMode|GCGraphicsExposures|GCDashOffset\ |
1104 |GCFont|GCDashList|GCArcMode) | 1104 |GCFont|GCDashList|GCArcMode) |
1105 | 1105 |
1106 values.foreground = fg ; | 1106 values.foreground = fg ; |
1107 | 1107 |
1108 return XtAllocateGC((Widget)gw, 0, vmask, &values, 0L, umask) ; | 1108 return XtAllocateGC((Widget)gw, 0, vmask, &values, E0, umask) ; |
1109 } | 1109 } |