X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fredisplay-x.c;h=711638b6e2d37017964fc3940f467670dd1671dc;hb=d45efb1e6cc9b913d12b7a0c51be3624488c3f96;hp=e218fe5c17aeaebdc71bf52a019b25ec70370723;hpb=0bedff1dadf7fdfd3811cd4352aa2570b5a54983;p=chise%2Fxemacs-chise.git diff --git a/src/redisplay-x.c b/src/redisplay-x.c index e218fe5..711638b 100644 --- a/src/redisplay-x.c +++ b/src/redisplay-x.c @@ -982,8 +982,8 @@ x_output_string (struct window *w, struct display_line *dl, /* We draw underlines in the same color as the text. */ if (cachel->underline) { - long upos; - long uthick; + unsigned long upos; + unsigned long uthick; XFontStruct *xfont; xfont = FONT_INSTANCE_X_FONT (XFONT_INSTANCE (font));