* frame.h (SET_FRAME_VISIBLE): Now an inline function.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 8 Dec 2013 05:59:27 +0000 (21:59 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 8 Dec 2013 05:59:27 +0000 (21:59 -0800)
commit95b3d095f8791c9d0a2007f43fa4731401c64c87
tree34fac70f7db4a9b31332754195a13e90bc870e63
parent00a2b823737fb91e452de71df004950e11994513
* frame.h (SET_FRAME_VISIBLE): Now an inline function.

The macro didn't conform to C99 due to type mismatch,
which caused compilation failure with Sun C 5.12,
and it was confusing anyway.  Include window.h to declare
redisplay_other_windows.
src/ChangeLog
src/frame.h