diff options
| author | Karl Heuer | 1994-09-28 01:58:46 +0000 |
|---|---|---|
| committer | Karl Heuer | 1994-09-28 01:58:46 +0000 |
| commit | 0cabaf31084d38c0e05f1873a7f0bd85b453b72a (patch) | |
| tree | ed1cfd622df528f269f8cd4d8ab055fc55a584c6 /src | |
| parent | b2cad826343465d7228a54c84c13b85ee0bc8455 (diff) | |
| download | emacs-0cabaf31084d38c0e05f1873a7f0bd85b453b72a.tar.gz emacs-0cabaf31084d38c0e05f1873a7f0bd85b453b72a.zip | |
Comment fix.
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 \ |