* patch from vadim <suhanov_vadim@mail.ru>:
"_BLACKBOX_NOTIFY_WINDOW_ADD was emited before _NET_CLIENT_LIST and _NET_CLIENT_LIST_STACKING lists updates."
This commit is contained in:
parent
ad5eb13210
commit
5f489c23e4
1 changed files with 5 additions and 0 deletions
|
@ -1066,6 +1066,11 @@ void BScreen::updateNetizenWindowFocus() {
|
||||||
|
|
||||||
|
|
||||||
void BScreen::updateNetizenWindowAdd(Window w, unsigned long p) {
|
void BScreen::updateNetizenWindowAdd(Window w, unsigned long p) {
|
||||||
|
|
||||||
|
// update the list of clients
|
||||||
|
m_clientlist_sig.notify();
|
||||||
|
|
||||||
|
// and then send the signal to listeners
|
||||||
Netizens::iterator it = m_netizen_list.begin();
|
Netizens::iterator it = m_netizen_list.begin();
|
||||||
Netizens::iterator it_end = m_netizen_list.end();
|
Netizens::iterator it_end = m_netizen_list.end();
|
||||||
for (; it != it_end; ++it) {
|
for (; it != it_end; ++it) {
|
||||||
|
|
Loading…
Reference in a new issue