]> git.eshelyaron.com Git - emacs.git/commit
Fix C99 incompatibilities in Cairo code
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 25 Jun 2015 14:08:23 +0000 (07:08 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 25 Jun 2015 14:09:04 +0000 (07:09 -0700)
commit67dbc32afd8af2eaca9fdba9f17680cdcecb178f
tree6f6a13f6420f54414b9d23eee7b273e2d095d56a
parent659199f2ca5f283fb246faa78a244e5ca25f53dd
Fix C99 incompatibilities in Cairo code

* src/image.c (xpm_load) [USE_CAIRO]:
* src/xterm.c (x_cr_accumulate_data) [USE_CAIRO]:
Fix pointer signedness problem.
src/image.c
src/xterm.c