aboutsummaryrefslogtreecommitdiff
path: root/src/win_defs.h
diff options
context:
space:
mode:
authorallusive-dev <[email protected]>2023-10-30 15:12:21 +1100
committerallusive-dev <[email protected]>2023-10-30 15:12:21 +1100
commitac33357e7ce7c474aeaffc92e381020289d767a2 (patch)
tree7f05fa79b3ccd7834f85cc65a07fbd4f8030eb94 /src/win_defs.h
parentCreate FUNDING.yml (diff)
downloadcompfy-ac33357e7ce7c474aeaffc92e381020289d767a2.tar.xz
compfy-ac33357e7ce7c474aeaffc92e381020289d767a2.zip
Version 1.01.0.0
Diffstat (limited to 'src/win_defs.h')
-rw-r--r--src/win_defs.h3
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)