2
0
Fork 0
mirror of https://github.com/ch11ng/exwm.git synced 2025-04-04 18:19:40 +02:00

exwm-background: Wrap docstrings to avoid compiler warnings

This commit is contained in:
Daniel Mendler 2024-01-09 09:43:40 +01:00
parent d69d2d09b2
commit a0cd9afa36
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")
"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.")