1
0
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:
Glenn Morris 2013-09-17 20:53:10 -07:00
parent d2f3e9f85b
commit 76e6957735
2 changed files with 8 additions and 0 deletions

View File

@ -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.

View File

@ -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)