Declare external function
* exwm.el: * exwm-randr.el: Declare `x-get-atom-name' function.
This commit is contained in:
parent
d3567a8c7f
commit
381637aa1c
2 changed files with 4 additions and 0 deletions
|
@ -52,6 +52,8 @@
|
||||||
(require 'exwm-core)
|
(require 'exwm-core)
|
||||||
(require 'exwm-workspace)
|
(require 'exwm-workspace)
|
||||||
|
|
||||||
|
(declare-function x-get-atom-name "C source code" (VALUE &optional FRAME))
|
||||||
|
|
||||||
(defgroup exwm-randr nil
|
(defgroup exwm-randr nil
|
||||||
"RandR."
|
"RandR."
|
||||||
:version "25.3"
|
:version "25.3"
|
||||||
|
|
2
exwm.el
2
exwm.el
|
@ -72,6 +72,8 @@
|
||||||
(require 'exwm-manage)
|
(require 'exwm-manage)
|
||||||
(require 'exwm-input)
|
(require 'exwm-input)
|
||||||
|
|
||||||
|
(declare-function x-get-atom-name "C source code" (VALUE &optional FRAME))
|
||||||
|
|
||||||
(defgroup exwm nil
|
(defgroup exwm nil
|
||||||
"Emacs X Window Manager."
|
"Emacs X Window Manager."
|
||||||
:tag "EXWM"
|
:tag "EXWM"
|
||||||
|
|
Loading…
Reference in a new issue