]> code.delx.au - gnu-emacs/commit
* xfns.c (x_real_positions): Fix signedness of local var 'ign'.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 17 Jan 2011 07:45:28 +0000 (23:45 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 17 Jan 2011 07:45:28 +0000 (23:45 -0800)
commit717c30e0027175fc8bb849728e5c9b4c3e9b2adf
tree9683aa3e62420d03025ad36e02eb0d49de37acce
parent8865d794dcf18371e6a0727588ee92ac76e04856
* xfns.c (x_real_positions): Fix signedness of local var 'ign'.

XGetGeometry wants unsigned int *, not int *, for its last 4 args,
so change the type of 'ign' to unsigned int from int.
src/ChangeLog
src/xfns.c