aboutsummaryrefslogtreecommitdiff
path: root/src/win.c
diff options
context:
space:
mode:
authorallusive-dev <[email protected]>2023-11-10 19:04:25 +1100
committerallusive-dev <[email protected]>2023-11-10 19:04:25 +1100
commit0cb1c6a7013b50562383e0d4575a6709c3534214 (patch)
treec9a517206e12c4f8635bec3a27c13f34d3126a11 /src/win.c
parentRemoved WM warning message (diff)
downloadcompfy-0cb1c6a7013b50562383e0d4575a6709c3534214.tar.xz
compfy-0cb1c6a7013b50562383e0d4575a6709c3534214.zip
Switching some per wm patches to global
Diffstat (limited to 'src/win.c')
-rw-r--r--src/win.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/win.c b/src/win.c
index 29b3fe0..fdb2d32 100644
--- a/src/win.c
+++ b/src/win.c
@@ -3191,7 +3191,7 @@ win_is_fullscreen_xcb(xcb_connection_t *c, const struct atom *a, const xcb_windo
void win_set_flags(struct managed_win *w, uint64_t flags) {
log_debug("Set flags %" PRIu64 " to window %#010x (%s)", flags, w->base.id, w->name);
if (unlikely(w->state == WSTATE_DESTROYING)) {
- log_error("Flags set on a destroyed window %#010x (%s)", w->base.id, w->name);
+ // log_error("Flags set on a destroyed window %#010x (%s)", w->base.id, w->name);
return;
}