[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/exwm 381637aa1c 14/14: Declare external function
From: |
ELPA Syncer |
Subject: |
[elpa] externals/exwm 381637aa1c 14/14: Declare external function |
Date: |
Wed, 6 Sep 2023 15:57:59 -0400 (EDT) |
branch: externals/exwm
commit 381637aa1c7b82671fab4cfdadebee590f7c1c45
Author: Adrián Medraño Calvo <adrian@medranocalvo.com>
Commit: Adrián Medraño Calvo <adrian@medranocalvo.com>
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"
- [elpa] externals/exwm 23f1ca740d 07/14: Selectively ignore left & right struts in horizontally aligned monitors, (continued)
- [elpa] externals/exwm 23f1ca740d 07/14: Selectively ignore left & right struts in horizontally aligned monitors, ELPA Syncer, 2023/09/06
- [elpa] externals/exwm 612e64bf9b 10/14: Update copyright year to 2023, ELPA Syncer, 2023/09/06
- [elpa] externals/exwm d340a6a563 08/14: Merge branch 'jollm.github.com/ignore-struts-top-bottom' into externals/exwm, ELPA Syncer, 2023/09/06
- [elpa] externals/exwm c7d1fd45bc 12/14: Fix layout being refreshed too often on minibuffer setup, ELPA Syncer, 2023/09/06
- [elpa] externals/exwm 67c5b316be 05/14: Convert `exwm-workspace--workareas' to a list of `xcb:RECTANGLE's, ELPA Syncer, 2023/09/06
- [elpa] externals/exwm cff02333e2 01/14: Don't assume that exwm--connection is non-nil, ELPA Syncer, 2023/09/06
- [elpa] externals/exwm 7318f857f2 02/14: Observe connection status on deinitialization, ELPA Syncer, 2023/09/06
- [elpa] externals/exwm d8fcf18db7 09/14: Declare defsubst indentation, ELPA Syncer, 2023/09/06
- [elpa] externals/exwm fb73aaaf8f 11/14: Convert `lsh' to `ash', ELPA Syncer, 2023/09/06
- [elpa] externals/exwm d3567a8c7f 13/14: Fix bytecompiler warnings, improve docstrings, ELPA Syncer, 2023/09/06
- [elpa] externals/exwm 381637aa1c 14/14: Declare external function,
ELPA Syncer <=
- [elpa] externals/exwm 4970d6ad4e 03/14: More selectively ignore top and bottom struts, ELPA Syncer, 2023/09/06
- [elpa] externals/exwm 937da86458 06/14: Convert `delta' to the size the strut occupies in the workarea, ELPA Syncer, 2023/09/06