kwo pushed a commit to branch master.

http://git.enlightenment.org/e16/e16.git/commit/?id=57be6615d31734ea559ef6e61bee0daf5efabf51

commit 57be6615d31734ea559ef6e61bee0daf5efabf51
Author: Kim Woelders <[email protected]>
Date:   Wed Dec 25 08:51:10 2019 +0100

    windowmatches: Fix use of MAKE_WINDOW_STICKY_...() macros
    
    Looks like the last time this worked was in 0.16.8.
---
 src/windowmatch.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/windowmatch.c b/src/windowmatch.c
index e10fe30a..c7dbee7a 100644
--- a/src/windowmatch.c
+++ b/src/windowmatch.c
@@ -268,6 +268,7 @@ WindowMatchConfigLoad(FILE * fs)
             if (!wm)
                break;
             wm->args = Estrdupcat2(wm->args, ":", "stick");
+            wm->op = MATCH_OP_WINOP;
             break;
 
          default:

-- 


Reply via email to