projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9e7a7b
)
raise when focused with net_active_window message
author
Dana Jansens
<danakj@orodu.net>
Sat, 4 Jan 2003 02:51:08 +0000
(
02:51
+0000)
committer
Dana Jansens
<danakj@orodu.net>
Sat, 4 Jan 2003 02:51:08 +0000
(
02:51
+0000)
src/client.cc
patch
|
blob
|
history
diff --git
a/src/client.cc
b/src/client.cc
index ac196f933acfa9428eb9f4142afc98120f29ed2b..ddecfc62b7cd48e6d26cd6be04c6da962f09d443 100644
(file)
--- a/
src/client.cc
+++ b/
src/client.cc
@@
-783,6
+783,7
@@
void OBClient::clientMessageHandler(const XClientMessageEvent &e)
} else if (e.message_type ==
property->atom(otk::OBProperty::net_active_window)) {
focus();
+ Openbox::instance->screen(_screen)->restack(true, this); // raise
}
}