aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.c
diff options
context:
space:
mode:
authorJoakim Verona2012-10-16 17:14:35 +0200
committerJoakim Verona2012-10-16 17:14:35 +0200
commit017a270078be5ae39301e3205afad80d23facbbc (patch)
tree5c85d8c3890f3a0cead231e87823b621a8f28e16 /src/xterm.c
parent5fcc7035c884b4419a1619551222b5f28ad9906f (diff)
parent2b794d6940aa7dc58e297b3649b7799190d71f64 (diff)
downloademacs-017a270078be5ae39301e3205afad80d23facbbc.tar.gz
emacs-017a270078be5ae39301e3205afad80d23facbbc.zip
upstream
Diffstat (limited to 'src/xterm.c')
-rw-r--r--src/xterm.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/xterm.c b/src/xterm.c
index 8b5d3d2a9b3..23685ee8ae6 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -1030,7 +1030,7 @@ x_set_mouse_face_gc (struct glyph_string *s)
1030 Faces to use in the mode line have already been computed when the 1030 Faces to use in the mode line have already been computed when the
1031 matrix was built, so there isn't much to do, here. */ 1031 matrix was built, so there isn't much to do, here. */
1032 1032
1033static inline void 1033static void
1034x_set_mode_line_face_gc (struct glyph_string *s) 1034x_set_mode_line_face_gc (struct glyph_string *s)
1035{ 1035{
1036 s->gc = s->face->gc; 1036 s->gc = s->face->gc;
@@ -1041,7 +1041,7 @@ x_set_mode_line_face_gc (struct glyph_string *s)
1041 S->stippled_p to a non-zero value if the face of S has a stipple 1041 S->stippled_p to a non-zero value if the face of S has a stipple
1042 pattern. */ 1042 pattern. */
1043 1043
1044static inline void 1044static void
1045x_set_glyph_string_gc (struct glyph_string *s) 1045x_set_glyph_string_gc (struct glyph_string *s)
1046{ 1046{
1047 PREPARE_FACE_FOR_DISPLAY (s->f, s->face); 1047 PREPARE_FACE_FOR_DISPLAY (s->f, s->face);
@@ -1086,7 +1086,7 @@ x_set_glyph_string_gc (struct glyph_string *s)
1086/* Set clipping for output of glyph string S. S may be part of a mode 1086/* Set clipping for output of glyph string S. S may be part of a mode
1087 line or menu if we don't have X toolkit support. */ 1087 line or menu if we don't have X toolkit support. */
1088 1088
1089static inline void 1089static void
1090x_set_glyph_string_clipping (struct glyph_string *s) 1090x_set_glyph_string_clipping (struct glyph_string *s)
1091{ 1091{
1092 XRectangle *r = s->clip; 1092 XRectangle *r = s->clip;
@@ -1159,7 +1159,7 @@ x_compute_glyph_string_overhangs (struct glyph_string *s)
1159 1159
1160/* Fill rectangle X, Y, W, H with background color of glyph string S. */ 1160/* Fill rectangle X, Y, W, H with background color of glyph string S. */
1161 1161
1162static inline void 1162static void
1163x_clear_glyph_string_rect (struct glyph_string *s, int x, int y, int w, int h) 1163x_clear_glyph_string_rect (struct glyph_string *s, int x, int y, int w, int h)
1164{ 1164{
1165 XGCValues xgcv; 1165 XGCValues xgcv;