]> git.eshelyaron.com Git - emacs.git/commit
* dispextern.h (struct glyph): Make u.img_id int, not unsigned.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 27 Feb 2011 02:41:48 +0000 (18:41 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 27 Feb 2011 02:41:48 +0000 (18:41 -0800)
commitfdb0b28bf67cd41fd2edd5084984e714c8de6b4c
treeca3bdc57778079aadce73516e1fba8aa5612c8a5
parent27786b2f70a1af14ad68bc8b5df2792ae340c3e0
* dispextern.h (struct glyph): Make u.img_id int, not unsigned.

It's always given int values and used as an int.  This suppresses
a gcc "comparison of unsigned expression >= 0" warning in some
configurations.
src/ChangeLog
src/dispextern.h