[Xfce4-commits] <xfwm4:master> Fix comment
Olivier Fourdan
noreply at xfce.org
Tue Feb 9 16:50:02 CET 2010
Updating branch refs/heads/master
to d6148c989f04b4dbb8ccb9dfadbfda8f9e08006e (commit)
from 3ad0be62313cad554f6d7980fb02e88abafd12e6 (commit)
commit d6148c989f04b4dbb8ccb9dfadbfda8f9e08006e
Author: Olivier Fourdan <fourdan at xfce.org>
Date: Tue Feb 9 16:48:31 2010 +0100
Fix comment
src/events.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/events.c b/src/events.c
index dcac9a8..6696d76 100644
--- a/src/events.c
+++ b/src/events.c
@@ -2732,9 +2732,9 @@ size_changed_cb(GdkScreen *gscreen, gpointer data)
if (gdk_screen_get_n_monitors (screen_info->gscr) == 0)
{
/*
- * Recent Xorg drivers remove all monitors on laptops when lid
- * is closed, in that case, simply ignore the event to avoid
- * messing with windows' positions for nothing.
+ * Recent Xorg drivers disable the output when the lid
+ * is closed, leaving no active monitor, in that case simply
+ * ignore the event to avoid messing with windows' positions.
*/
return;
}
More information about the Xfce4-commits
mailing list