]> git.eshelyaron.com Git - emacs.git/commit
Avoid compilation warning in xterm.c
authorEli Zaretskii <eliz@gnu.org>
Mon, 4 Dec 2017 19:59:28 +0000 (21:59 +0200)
committerEli Zaretskii <eliz@gnu.org>
Mon, 4 Dec 2017 19:59:28 +0000 (21:59 +0200)
commit1ef1dbdbc5921ec476732954cd70e8530405f208
treec94e00219bbeb62bddba662acbeec84a98813dc2
parent5cf3c26f2d4047a4c37c7c70c41d735357149680
Avoid compilation warning in xterm.c

* src/xterm.c (x_draw_underwave): Move the declaration of
'thickness' to the non-USE_CAIRO branch, to avoid compiler
warning.  (Bug#29567)
src/xterm.c