ewmh: remove unused value
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
6ec76c3b97
commit
d9be65bb1b
2
ewmh.c
2
ewmh.c
|
@ -358,8 +358,6 @@ ewmh_update_net_active_window(int phys_screen)
|
||||||
static void
|
static void
|
||||||
ewmh_process_state_atom(client_t *c, xcb_atom_t state, int set)
|
ewmh_process_state_atom(client_t *c, xcb_atom_t state, int set)
|
||||||
{
|
{
|
||||||
static uint32_t const raise_window_val = XCB_STACK_MODE_ABOVE;
|
|
||||||
|
|
||||||
if(state == net_wm_state_sticky)
|
if(state == net_wm_state_sticky)
|
||||||
{
|
{
|
||||||
tag_array_t *tags = &globalconf.screens[c->screen].tags;
|
tag_array_t *tags = &globalconf.screens[c->screen].tags;
|
||||||
|
|
Loading…
Reference in New Issue