branch: externals/exwm
commit 381637aa1c7b82671fab4cfdadebee590f7c1c45
Author: Adrián Medraño Calvo <[email protected]>
Commit: Adrián Medraño Calvo <[email protected]>
Declare external function
* exwm.el:
* exwm-randr.el: Declare `x-get-atom-name' function.
---
exwm-randr.el | 2 ++
exwm.el | 2 ++
2 files changed, 4 insertions(+)
diff --git a/exwm-randr.el b/exwm-randr.el
index e15d43f92b..8d1824babb 100644
--- a/exwm-randr.el
+++ b/exwm-randr.el
@@ -52,6 +52,8 @@
(require 'exwm-core)
(require 'exwm-workspace)
+(declare-function x-get-atom-name "C source code" (VALUE &optional FRAME))
+
(defgroup exwm-randr nil
"RandR."
:version "25.3"
diff --git a/exwm.el b/exwm.el
index 369d9c8e58..4d6b451155 100644
--- a/exwm.el
+++ b/exwm.el
@@ -72,6 +72,8 @@
(require 'exwm-manage)
(require 'exwm-input)
+(declare-function x-get-atom-name "C source code" (VALUE &optional FRAME))
+
(defgroup exwm nil
"Emacs X Window Manager."
:tag "EXWM"