From 381637aa1c7b82671fab4cfdadebee590f7c1c45 Mon Sep 17 00:00:00 2001 From: Adrián Medraño Calvo Date: Fri, 18 Aug 2023 00:00:00 +0000 Subject: Declare external function * exwm.el: * exwm-randr.el: Declare `x-get-atom-name' function. --- exwm-randr.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'exwm-randr.el') diff --git a/exwm-randr.el b/exwm-randr.el index e15d43f92b30..8d1824babb83 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" -- cgit 1.4.1