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:
f50c2bc
)
Fix lock up when not using a session manager and doing fd management.
author
Scott Moynes
<smoynes@nexus.carleton.ca>
Thu, 7 Aug 2003 17:06:12 +0000
(17:06 +0000)
committer
Scott Moynes
<smoynes@nexus.carleton.ca>
Thu, 7 Aug 2003 17:06:12 +0000
(17:06 +0000)
openbox/event.c
patch
|
blob
|
history
diff --git
a/openbox/event.c
b/openbox/event.c
index 7db6945dc7d11bd4cbe3efbb16981e01751ad6f1..a0515e2eebd73e419a32023bdcd73a93479a09a2 100644
(file)
--- a/
openbox/event.c
+++ b/
openbox/event.c
@@
-1144,7
+1144,7
@@
static void find_max_fd()
(gpointer)&tmpmax);
max_fd = MAX(x_fd, tmpmax);
#ifdef USE_SM
- max_fd = MAX(ice_fd,
tmpmax
);
+ max_fd = MAX(ice_fd,
max_fd
);
#endif
}