atom: add atoms associated with the background pixmap

This commit is contained in:
Maxim Solovyov 2023-06-18 14:57:50 +03:00
parent 6b6a8da035
commit fea1dc794c
No known key found for this signature in database
1 changed files with 5 additions and 2 deletions

View File

@ -3,8 +3,8 @@
#include <xcb/xcb.h>
#include "meta.h"
#include "cache.h"
#include "meta.h"
// clang-format off
// Splitted into 2 lists because of the limitation of our macros
@ -23,7 +23,10 @@
WM_CLIENT_MACHINE, \
_NET_ACTIVE_WINDOW, \
_COMPTON_SHADOW, \
_NET_WM_WINDOW_TYPE
_NET_WM_WINDOW_TYPE, \
_XROOTPMAP_ID, \
ESETROOT_PMAP_ID, \
_XSETROOT_ID
#define ATOM_LIST2 \
_NET_WM_WINDOW_TYPE_DESKTOP, \