diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-07 03:21:44 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-07 03:21:44 +0000 |
| commit | 0f018ecea0a14bb527a3b661ca4b69d5b1aebb4f (patch) | |
| tree | cc8ecb1dbf16ad2e0870536c2668b3b22dc1ab04 /openbox | |
| parent | 13df16a6815594821e94b9764d152ecc293bc71c (diff) | |
fix a comment
Diffstat (limited to 'openbox')
| -rw-r--r-- | openbox/screen.c | 2 |
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; |
