diff options
author | Eli Zaretskii <eliz@gnu.org> | 2013-09-26 10:37:16 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2013-09-26 10:37:16 +0300 |
commit | b87c4ff2817e71ca71b028792200b1e069a95e04 (patch) | |
tree | bfe00c0655fa02078a9ab2c633ea06d90c4a2064 /lisp/faces.el | |
parent | bbc108377873aa6ed7cf21c731770103096eea39 (diff) | |
parent | ba355de014b75ed104da4777f909db70d62f2357 (diff) | |
download | emacs-b87c4ff2817e71ca71b028792200b1e069a95e04.tar.gz |
Merge from trunk.
Diffstat (limited to 'lisp/faces.el')
-rw-r--r-- | lisp/faces.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/faces.el b/lisp/faces.el index f5957d9dbad..b6e85e96276 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -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) |