[Xfce4-commits] <xfwm4:master> Fix comment

Jérôme Guelfucci noreply at xfce.org
Fri Mar 5 10:54:14 CET 2010


Updating branch refs/heads/master
         to b7cb6e211f468140a8bfd8ed8e35198637f66853 (commit)
       from fa3cc3738d8537d7b94dd497467a45eab8eda3de (commit)

commit b7cb6e211f468140a8bfd8ed8e35198637f66853
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 4d5cc55..07658e4 100644
--- a/src/events.c
+++ b/src/events.c
@@ -2733,9 +2733,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