raise when focused with net_active_window message

This commit is contained in:
Dana Jansens 2003-01-04 02:51:08 +00:00
parent d9e7a7b8cd
commit f1f4cf57af

View file

@ -783,6 +783,7 @@ void OBClient::clientMessageHandler(const XClientMessageEvent &e)
} else if (e.message_type == } else if (e.message_type ==
property->atom(otk::OBProperty::net_active_window)) { property->atom(otk::OBProperty::net_active_window)) {
focus(); focus();
Openbox::instance->screen(_screen)->restack(true, this); // raise
} }
} }