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:
005cbb6
)
merge r5719 from trunk
author
Mikael Magnusson
<mikachu@comhem.se>
Wed, 28 Mar 2007 19:58:58 +0000
(19:58 +0000)
committer
Mikael Magnusson
<mikachu@comhem.se>
Wed, 28 Mar 2007 19:58:58 +0000
(19:58 +0000)
openbox/client.c
patch
|
blob
|
history
diff --git
a/openbox/client.c
b/openbox/client.c
index 3e069464218c5ba1bfcb7b724b753bcc322dfff0..c9e09f54fd0d2b1ef76aee8719ed537bb88e5f23 100644
(file)
--- a/
openbox/client.c
+++ b/
openbox/client.c
@@
-272,7
+272,7
@@
void client_manage(Window window)
self->wmstate = WithdrawnState; /* make sure it gets updated first time */
self->layer = -1;
self->desktop = screen_num_desktops; /* always an invalid value */
- self->user_time =
~0; /* maximum value, always newer than the real time */
+ self->user_time =
client_last_user_time;
client_get_all(self);
client_restore_session_state(self);