summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--openbox/screen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/screen.c b/openbox/screen.c
index b0c3286a..3aa1230f 100644
--- 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;