use client stick apis in qa

setting properties manually breaks everything else which expects events
This commit is contained in:
Mike Blumenkrantz 2014-07-27 16:27:25 -04:00
parent e7cb1f9468
commit df57ef15a3
1 changed files with 2 additions and 2 deletions

View File

@ -167,8 +167,8 @@ _e_qa_entry_border_props_restore(E_Quick_Access_Entry *entry __UNUSED__, E_Clien
SET(lock_user_sticky);
SET(lock_client_sticky);
SET(user_skip_winlist);
SET(sticky);
#undef SET
e_client_unstick(ec);
ec->netwm.state.skip_taskbar = 0;
ec->netwm.state.skip_pager = 0;
@ -238,7 +238,7 @@ _e_qa_entry_border_props_apply(E_Quick_Access_Entry *entry)
SET(netwm.state.skip_taskbar);
if (qa_config->skip_pager)
SET(netwm.state.skip_pager);
SET(sticky);
e_client_stick(entry->client);
}
//ec->e.state.centered = 1;
SET(lock_user_iconify);