summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Fourdan <fourdan@xfce.org>2010-02-09 16:48:31 +0100
committerOlivier Fourdan <fourdan@xfce.org>2010-02-09 17:13:40 +0100
commit1519ac8264c8d6253f709dbaa3587a177ad28ba1 (patch)
tree670bec74d233020167a4d0f8a1ccb9653f924842
parentfe30b3a618a5f6cb4654d060b3403ade97022b28 (diff)
downloadxfwm4-1519ac8264c8d6253f709dbaa3587a177ad28ba1.tar.gz
Fix comment
-rw-r--r--src/events.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/events.c b/src/events.c
index 76c9945fe..8ee19ffb8 100644
--- a/src/events.c
+++ b/src/events.c
@@ -2808,9 +2808,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;
}