From 0f018ecea0a14bb527a3b661ca4b69d5b1aebb4f Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 7 May 2007 03:21:44 +0000 Subject: [PATCH] fix a comment --- openbox/screen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2