>> >> >> /* Height in pixels, and in lines, of the mode line. >> May be zero if W doesn't have a mode line. */ >> #define WINDOW_MODE_LINE_HEIGHT(W) \ >> >> How is the height "in pixels, and in lines"? Doesn't it have to be one >> or the other? > > It's in pixels. The comment should be fixed. Fixed pushed as ea0f750e, "Fix comments on window height macros"