Declare external function

* exwm.el:
* exwm-randr.el: Declare `x-get-atom-name' function.
This commit is contained in:
Adrián Medraño Calvo 2023-08-18 00:00:00 +00:00
parent d3567a8c7f
commit 381637aa1c
2 changed files with 4 additions and 0 deletions

View file

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

View file

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