X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fredisplay-x.c;h=711638b6e2d37017964fc3940f467670dd1671dc;hb=9a5658f42f3d443fdc3a614f517b672d4382ae3c;hp=e218fe5c17aeaebdc71bf52a019b25ec70370723;hpb=a5812bf2ff9a9cf40f4ff78dcb83f5b4c295bd18;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));