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:
8251308
)
remove the last of the cool stuff thanks to GTK fuck fuck. no more not focusing windo...
author
Dana Jansens
<danakj@orodu.net>
Mon, 25 Aug 2003 18:40:00 +0000
(18:40 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Mon, 25 Aug 2003 18:40:00 +0000
(18:40 +0000)
openbox/client.c
patch
|
blob
|
history
diff --git
a/openbox/client.c
b/openbox/client.c
index e905a6f97ca9faf8753252d278a42c30b9a0741b..f1dc11aa03a62f802df400ba164e77ac0a776f44 100644
(file)
--- a/
openbox/client.c
+++ b/
openbox/client.c
@@
-272,6
+272,8
@@
void client_manage(Window window)
(self->type == OB_CLIENT_TYPE_NORMAL ||
self->type == OB_CLIENT_TYPE_DIALOG))
{
+ activate = TRUE;
+#if 0
if (self->desktop != screen_desktop) {
/* activate the window */
activate = TRUE;
@@
-301,6
+303,7
@@
void client_manage(Window window)
activate = TRUE;
}
}
+#endif
}
dispatch_client(Event_Client_New, self, 0, 0);