diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xfns.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/xfns.c b/src/xfns.c index 65ffeb524f7..cca8ac8449b 100644 --- a/src/xfns.c +++ b/src/xfns.c | |||
| @@ -1287,6 +1287,9 @@ x_set_autolower (f, arg, oldval) | |||
| 1287 | #ifdef HAVE_X11 | 1287 | #ifdef HAVE_X11 |
| 1288 | int n_faces; | 1288 | int n_faces; |
| 1289 | 1289 | ||
| 1290 | #if 0 | ||
| 1291 | /* I believe this function is obsolete with respect to the new face display | ||
| 1292 | changes. */ | ||
| 1290 | x_set_face (scr, font, background, foreground, stipple) | 1293 | x_set_face (scr, font, background, foreground, stipple) |
| 1291 | struct frame *scr; | 1294 | struct frame *scr; |
| 1292 | XFontStruct *font; | 1295 | XFontStruct *font; |
| @@ -1338,6 +1341,7 @@ x_set_face (scr, font, background, foreground, stipple) | |||
| 1338 | x_face_table[++n_faces] = new_face; | 1341 | x_face_table[++n_faces] = new_face; |
| 1339 | return 1; | 1342 | return 1; |
| 1340 | } | 1343 | } |
| 1344 | #endif | ||
| 1341 | 1345 | ||
| 1342 | x_set_glyph (scr, glyph) | 1346 | x_set_glyph (scr, glyph) |
| 1343 | { | 1347 | { |