about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAdrián Medraño Calvo <adrian@medranocalvo.com>2023-08-18T00·00+0000
committerAdrián Medraño Calvo <adrian@medranocalvo.com>2023-08-18T00·00+0000
commit381637aa1c7b82671fab4cfdadebee590f7c1c45 (patch)
treef0b0095e0f48f714bea5ea61c7e1b9e0d8ac4470
parentd3567a8c7f41832617624feedc2c1c6477c4acb9 (diff)
Declare external function
* exwm.el:
* exwm-randr.el: Declare `x-get-atom-name' function.
-rw-r--r--exwm-randr.el2
-rw-r--r--exwm.el2
2 files changed, 4 insertions, 0 deletions
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"