Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
8a5719f0
Commit
8a5719f0
authored
Feb 02, 2000
by
Eli Zaretskii
Browse files
Document functions which return display capabilities.
parent
d5179a01
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
etc/NEWS
etc/NEWS
+12
-0
No files found.
etc/NEWS
View file @
8a5719f0
...
...
@@ -1780,6 +1780,18 @@ modify their color-related behavior.
The primitives `color-gray-p' and `color-supported-p' also work for
any frame type.
** Platform-independent functions to describe display capabilities.
The new functions `display-mouse-p', `display-popup-menus-p',
`display-graphic-p',
`display-selections-p', `display-screens',
`display-pixel-width',
`display-pixel-height', `display-mm-width',
`display-mm-height',
`display-backing-store', `display-save-under',
`display-planes',
`display-color-cells', `display-visual-class', and
`display-grayscale-p'
describe the basic capabilities of a particular
display. Lisp programs should call these functions instead of testing
the value of the variables `window-system' or `system-type', or calling
platform-specific functions such as `x-display-pixel-width'.
+++
**
The minibuffer prompt is now actually inserted in the minibuffer.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment