mirror of
https://github.com/yshui/picom.git
synced 2024-11-11 13:51:02 -05:00
win_defs.h: fix #240
This commit is contained in:
parent
33a106e254
commit
94c8927d7b
1 changed files with 1 additions and 1 deletions
|
@ -91,4 +91,4 @@ enum win_flags {
|
|||
static const int_fast16_t WIN_FLAGS_IMAGES_STALE =
|
||||
WIN_FLAGS_PIXMAP_STALE | WIN_FLAGS_SHADOW_STALE;
|
||||
|
||||
static const int_fast16_t WIN_FLAGS_IMAGES_NONE = WIN_FLAGS_PIXMAP_NONE | WIN_FLAGS_SHADOW_NONE;
|
||||
#define WIN_FLAGS_IMAGES_NONE (WIN_FLAGS_PIXMAP_NONE | WIN_FLAGS_SHADOW_NONE)
|
||||
|
|
Loading…
Reference in a new issue