; exwm-background: Wrap docstrings to avoid compiler warnings
This commit is contained in:
parent
262aa04855
commit
b51389ce8f
1 changed files with 4 additions and 4 deletions
|
@ -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.")
|
||||||
|
|
Loading…
Reference in a new issue