diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.h b/src/xterm.h index d6c4085448d..c2807e85c3d 100644 --- a/src/xterm.h +++ b/src/xterm.h | |||
| @@ -593,7 +593,7 @@ struct scroll_bar { | |||
| 593 | Knowledge of which factors affect the overall size of the window should | 593 | Knowledge of which factors affect the overall size of the window should |
| 594 | be hidden in these macros, if that's possible. | 594 | be hidden in these macros, if that's possible. |
| 595 | 595 | ||
| 596 | /* Return the upper/left pixel position of the character cell on frame F | 596 | Return the upper/left pixel position of the character cell on frame F |
| 597 | at ROW/COL. */ | 597 | at ROW/COL. */ |
| 598 | #define CHAR_TO_PIXEL_ROW(f, row) \ | 598 | #define CHAR_TO_PIXEL_ROW(f, row) \ |
| 599 | ((f)->display.x->internal_border_width \ | 599 | ((f)->display.x->internal_border_width \ |