mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-27 07:37:33 +00:00
* faces.el (x-display-list, x-open-connection, x-get-resource): Declare.
This commit is contained in:
parent
d2f3e9f85b
commit
76e6957735
@ -8,6 +8,9 @@
|
||||
|
||||
* custom.el (x-get-resource): Declare.
|
||||
|
||||
* faces.el (x-display-list, x-open-connection, x-get-resource):
|
||||
Declare.
|
||||
|
||||
* frame.el (x-display-grayscale-p): Declare.
|
||||
|
||||
* simple.el (font-info): Declare.
|
||||
|
@ -1921,6 +1921,11 @@ Return nil if there is no face."
|
||||
;;; Frame creation.
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
|
||||
(declare-function x-display-list "xfns.c" ())
|
||||
(declare-function x-open-connection "xfns.c"
|
||||
(display &optional xrm-string must-succeed))
|
||||
(declare-function x-get-resource "frame.c"
|
||||
(attribute class &optional component subclass))
|
||||
(declare-function x-parse-geometry "frame.c" (string))
|
||||
(defvar x-display-name)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user