diff options
author | Vincent Ambo <tazjin@tvl.su> | 2024-02-06T07·03+0300 |
---|---|---|
committer | Vincent Ambo <tazjin@tvl.su> | 2024-02-06T07·52+0300 |
commit | 35e7b8a1a89c3f5c2670dabc603518bcbf82202c (patch) | |
tree | 2b4255a679698c30462d1e6c97576d723ab5734c /third_party/exwm/exwm-background.el | |
parent | 2eafdbde321ae25b7cb9eeb3e20d8a45af393e1a (diff) | |
parent | a6e66f5e339473105d83dd4e7e3f3db9b1aa9f0f (diff) |
subtree(3p/exwm): update & hard reset to commit 'a6e66f5e33' r/7478
This contains a bunch of upstream changes after the new maintainers of EXWM took over, including proper mainlined versions of patches I've been carrying around here manually. Notably this undoes the Chromium focus fix patch, lets see how that goes. git-subtree-dir: third_party/exwm git-subtree-mainline: a756b46bc70a8a1dbb205d50283a3fe65282ed91 git-subtree-split: a6e66f5e339473105d83dd4e7e3f3db9b1aa9f0f Change-Id: Ibcaba379b56611b8f1918c3b60469492d64a3eb7
Diffstat (limited to 'third_party/exwm/exwm-background.el')
-rw-r--r-- | third_party/exwm/exwm-background.el | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/third_party/exwm/exwm-background.el b/third_party/exwm/exwm-background.el index 9c9bc5e35204..fa663d8fe637 100644 --- a/third_party/exwm/exwm-background.el +++ b/third_party/exwm/exwm-background.el @@ -1,6 +1,6 @@ ;;; exwm-background.el --- X Background Module for EXWM -*- lexical-binding: t -*- -;; Copyright (C) 2022-2023 Free Software Foundation, Inc. +;; Copyright (C) 2022-2024 Free Software Foundation, Inc. ;; Author: Steven Allen <steven@stebalien.com> @@ -27,7 +27,7 @@ ;; (require 'exwm-background) ;; (exwm-background-enable) ;; -;; By default, this will apply the theme's background color. However, that +;; By default, this will apply the theme's background color. However, that ;; color can be customized via the `exwm-background-color' setting. ;;; Code: @@ -47,13 +47,13 @@ (defconst exwm-background--properties '("_XROOTPMAP_ID" "_XSETROOT_ID" "ESETROOT_PMAP_ID") "The background properties to set. -We can't need to set these so that compositing window managers can correctly display the background -color.") +We can't need to set these so that compositing window managers +can correctly display the background color.") (defvar exwm-background--connection nil "The X connection used for setting the background. -We use a separate connection as other background-setting tools may kill this connection when they -replace it.") +We use a separate connection as other background-setting tools +may kill this connection when they replace it.") (defvar exwm-background--pixmap nil "Cached background pixmap.") |