fix a comment
This commit is contained in:
parent
13df16a681
commit
0f018ecea0
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue