diff options
author | Adrián Medraño Calvo <adrian@medranocalvo.com> | 2023-08-18T00·00+0000 |
---|---|---|
committer | Adrián Medraño Calvo <adrian@medranocalvo.com> | 2023-08-18T00·00+0000 |
commit | 381637aa1c7b82671fab4cfdadebee590f7c1c45 (patch) | |
tree | f0b0095e0f48f714bea5ea61c7e1b9e0d8ac4470 /exwm-randr.el | |
parent | d3567a8c7f41832617624feedc2c1c6477c4acb9 (diff) |
Declare external function
* exwm.el: * exwm-randr.el: Declare `x-get-atom-name' function.
Diffstat (limited to 'exwm-randr.el')
-rw-r--r-- | exwm-randr.el | 2 |
1 files changed, 2 insertions, 0 deletions
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" |