aboutsummaryrefslogtreecommitdiffstats
path: root/src/dispextern.h
diff options
context:
space:
mode:
authorEli Zaretskii2007-10-13 12:48:57 +0000
committerEli Zaretskii2007-10-13 12:48:57 +0000
commit1ea40aa2f3b0809c27c4f095a7f8dde432fcc89d (patch)
tree5ff3410aecc837cec234cc3bb8f463a0b00de8eb /src/dispextern.h
parent555b10b098c1f9a0450e385d291386caae1dda4f (diff)
downloademacs-1ea40aa2f3b0809c27c4f095a7f8dde432fcc89d.tar.gz
emacs-1ea40aa2f3b0809c27c4f095a7f8dde432fcc89d.zip
Replace `abs' with `eabs'.
Diffstat (limited to 'src/dispextern.h')
-rw-r--r--src/dispextern.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dispextern.h b/src/dispextern.h
index f4ce7f43475..fd4d8ebec9d 100644
--- a/src/dispextern.h
+++ b/src/dispextern.h
@@ -680,9 +680,9 @@ struct glyph_row
680 short used[LAST_AREA]; 680 short used[LAST_AREA];
681 681
682 /* Window-relative x and y-position of the top-left corner of this 682 /* Window-relative x and y-position of the top-left corner of this
683 row. If y < 0, this means that abs (y) pixels of the row are 683 row. If y < 0, this means that eabs (y) pixels of the row are
684 invisible because it is partially visible at the top of a window. 684 invisible because it is partially visible at the top of a window.
685 If x < 0, this means that abs (x) pixels of the first glyph of 685 If x < 0, this means that eabs (x) pixels of the first glyph of
686 the text area of the row are invisible because the glyph is 686 the text area of the row are invisible because the glyph is
687 partially visible. */ 687 partially visible. */
688 int x, y; 688 int x, y;