Revert "Sel/Normal statusline for client above free statusline"
This reverts commit 59649248eac9b3b7997f2aebdc209b0fc52d49a8.
This commit is contained in:
parent
59649248ea
commit
4b5e0aa0da
@ -372,6 +372,10 @@ client_grabbuttons(struct client *c, bool focused)
|
|||||||
|
|
||||||
#define _STATUSLINE(C, b) \
|
#define _STATUSLINE(C, b) \
|
||||||
do { \
|
do { \
|
||||||
|
sctx = (b ? &c->theme->client_s_sl : &c->theme->client_n_sl); \
|
||||||
|
sctx->barwin = C->titlebar; \
|
||||||
|
status_copy_mousebind(sctx); \
|
||||||
|
status_render(sctx); \
|
||||||
if(C->flags & CLIENT_FREE) \
|
if(C->flags & CLIENT_FREE) \
|
||||||
{ \
|
{ \
|
||||||
sctx = &c->theme->client_f_sl; \
|
sctx = &c->theme->client_f_sl; \
|
||||||
@ -379,10 +383,6 @@ client_grabbuttons(struct client *c, bool focused)
|
|||||||
status_copy_mousebind(sctx); \
|
status_copy_mousebind(sctx); \
|
||||||
status_render(sctx); \
|
status_render(sctx); \
|
||||||
} \
|
} \
|
||||||
sctx = (b ? &c->theme->client_s_sl : &c->theme->client_n_sl); \
|
|
||||||
sctx->barwin = C->titlebar; \
|
|
||||||
status_copy_mousebind(sctx); \
|
|
||||||
status_render(sctx); \
|
|
||||||
} while(/* CONSTCOND */ 0);
|
} while(/* CONSTCOND */ 0);
|
||||||
void
|
void
|
||||||
client_frame_update(struct client *c, struct colpair *cp)
|
client_frame_update(struct client *c, struct colpair *cp)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user