pgtk: Make x-display-grayscale-p return Qt
We already unconditionally claim that `xw-display-color-p`, which, according to the docstring of this function, implies that we handle grayscale too. * src/pgtkfns.c (Fx_display_grayscale_p): Return Qt unconditionally.
This commit is contained in:
parent
b05da1c3fc
commit
6702a448c1
1 changed files with 1 additions and 1 deletions
|
@ -2291,7 +2291,7 @@ DEFUN ("x-display-grayscale-p", Fx_display_grayscale_p, Sx_display_grayscale_p,
|
|||
doc: /* SKIP: real doc in xfns.c. */)
|
||||
(Lisp_Object terminal)
|
||||
{
|
||||
return Qnil;
|
||||
return Qt;
|
||||
}
|
||||
|
||||
DEFUN ("x-display-pixel-width", Fx_display_pixel_width, Sx_display_pixel_width, 0, 1, 0,
|
||||
|
|
Loading…
Add table
Reference in a new issue