; exwm-background: Wrap docstrings to avoid compiler warnings

This commit is contained in:
Daniel Mendler 2024-01-09 09:43:40 +01:00
parent 262aa04855
commit b51389ce8f
No known key found for this signature in database
GPG key ID: D88ADB2A2693CA43

View file

@ -47,13 +47,13 @@
(defconst exwm-background--properties '("_XROOTPMAP_ID" "_XSETROOT_ID" "ESETROOT_PMAP_ID") (defconst exwm-background--properties '("_XROOTPMAP_ID" "_XSETROOT_ID" "ESETROOT_PMAP_ID")
"The background properties to set. "The background properties to set.
We can't need to set these so that compositing window managers can correctly display the background We can't need to set these so that compositing window managers
color.") can correctly display the background color.")
(defvar exwm-background--connection nil (defvar exwm-background--connection nil
"The X connection used for setting the background. "The X connection used for setting the background.
We use a separate connection as other background-setting tools may kill this connection when they We use a separate connection as other background-setting tools
replace it.") may kill this connection when they replace it.")
(defvar exwm-background--pixmap nil (defvar exwm-background--pixmap nil
"Cached background pixmap.") "Cached background pixmap.")