[Xfce4-commits] <xfwm4:xfce-4.6> Fix comment

Olivier Fourdan noreply at xfce.org
Tue Feb 9 17:14:02 CET 2010


Updating branch refs/heads/xfce-4.6
         to 1519ac8264c8d6253f709dbaa3587a177ad28ba1 (commit)
       from fe30b3a618a5f6cb4654d060b3403ade97022b28 (commit)

commit 1519ac8264c8d6253f709dbaa3587a177ad28ba1
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 76c9945..8ee19ff 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;
     }



More information about the Xfce4-commits mailing list