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:
13df16a
)
fix a comment
author
Dana Jansens
<danakj@orodu.net>
Mon, 7 May 2007 03:21:44 +0000
(
03:21
+0000)
committer
Dana Jansens
<danakj@orodu.net>
Mon, 7 May 2007 03:21:44 +0000
(
03:21
+0000)
openbox/screen.c
patch
|
blob
|
history
diff --git
a/openbox/screen.c
b/openbox/screen.c
index b0c3286a2d7815fbc90b14ed738d3e4ce772224f..3aa1230f8b1cb9869d8bbbcedd713a45b3c49e22 100644
(file)
--- a/
openbox/screen.c
+++ b/
openbox/screen.c
@@
-480,7
+480,7
@@
void screen_set_desktop(guint num, gboolean dofocus)
/* show windows before hiding the rest to lessen the enter/leave events */
- /* show
/hide
windows from top to bottom */
+ /* show windows from top to bottom */
for (it = stacking_list; it; it = g_list_next(it)) {
if (WINDOW_IS_CLIENT(it->data)) {
ObClient *c = it->data;