diff options
Diffstat (limited to 'src/win_defs.h')
| -rw-r--r-- | src/win_defs.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/win_defs.h b/src/win_defs.h index e032bc7..bf2b7d8 100644 --- a/src/win_defs.h +++ b/src/win_defs.h @@ -96,7 +96,6 @@ enum win_flags { WIN_FLAGS_FACTOR_CHANGED = 1024, }; -static const uint64_t WIN_FLAGS_IMAGES_STALE = - WIN_FLAGS_PIXMAP_STALE | WIN_FLAGS_SHADOW_STALE; +static const uint64_t WIN_FLAGS_IMAGES_STALE = WIN_FLAGS_PIXMAP_STALE | WIN_FLAGS_SHADOW_STALE; #define WIN_FLAGS_IMAGES_NONE (WIN_FLAGS_PIXMAP_NONE | WIN_FLAGS_SHADOW_NONE) |