tSet border color on CONFIGURE_REQUEST - glazier - window management experiments
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Submodules
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 128f54e2720da1160ea60a038732fc4c5b958e45
 (DIR) parent 52f7a2cef31cd7de0b3233c0466bc560802af721
 (HTM) Author: Willy Goiffon <dev@z3bra.org>
       Date:   Tue, 10 Dec 2019 18:02:13 +0100
       
       Set border color on CONFIGURE_REQUEST
       
       Diffstat:
         M glazier.c                           |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/glazier.c b/glazier.c
       t@@ -617,7 +617,7 @@ cb_configreq(xcb_generic_event_t *ev)
                wm_teleport(e->window, x, y, w, h);
        
                if (e->value_mask & XCB_CONFIG_WINDOW_BORDER_WIDTH)
       -                wm_set_border(e->border_width, -1, e->window);
       +                wm_set_border(e->border_width, border_color, e->window);
        
                if (e->value_mask & XCB_CONFIG_WINDOW_STACK_MODE)
                        wm_restack(e->window, e->stack_mode);