diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xfaces.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xfaces.c b/src/xfaces.c index 3a63e128e4f..c562ce3b592 100644 --- a/src/xfaces.c +++ b/src/xfaces.c | |||
| @@ -1513,7 +1513,7 @@ face_color_supported_p (f, color_name, background_p) | |||
| 1513 | 1513 | ||
| 1514 | XSETFRAME (frame, f); | 1514 | XSETFRAME (frame, f); |
| 1515 | return | 1515 | return |
| 1516 | #ifdef HAVE_X_WINDOWS | 1516 | #ifdef HAVE_WINDOW_SYSTEM |
| 1517 | FRAME_WINDOW_P (f) | 1517 | FRAME_WINDOW_P (f) |
| 1518 | ? (!NILP (Fxw_display_color_p (frame)) | 1518 | ? (!NILP (Fxw_display_color_p (frame)) |
| 1519 | || xstricmp (color_name, "black") == 0 | 1519 | || xstricmp (color_name, "black") == 0 |