]> git.mdlowis.com Git - proto/labwc.git/commit
ForEach: initialize view query window_type correctly
authorConsolatis <35009135+Consolatis@users.noreply.github.com>
Mon, 27 May 2024 17:55:16 +0000 (19:55 +0200)
committerJohan Malm <johanmalm@users.noreply.github.com>
Mon, 27 May 2024 18:59:06 +0000 (19:59 +0100)
commit6f3f2aae27a6b8b2409055cafe48eb2f82c22263
tree3ac512a8112c335f7053255ee7f87c7b6a414c37
parent95e4c0d8d70838895d1285e904cc29b7a0c03d53
ForEach: initialize view query window_type correctly

Before this patch, the window type would be checked even if
not actually requested to do so.

Fixes: #1852
include/view.h
src/config/rcxml.c
src/view.c