Updating branch refs/heads/master
         to ecb721ee1d5babd31d543c7ee23eb348797b2300 (commit)
       from e6962fa722eeec3ebe97ef96f7bc2b06331f64a5 (commit)

commit ecb721ee1d5babd31d543c7ee23eb348797b2300
Author: Lionel Le Folgoc <[email protected]>
Date:   Thu Oct 18 17:29:12 2012 +0200

    Flush the X buffer on exit
    
    Signed-off-by: Simon Steinbeiss <[email protected]>

 xfsettingsd/displays.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/xfsettingsd/displays.c b/xfsettingsd/displays.c
index 7a14088..9f01694 100644
--- a/xfsettingsd/displays.c
+++ b/xfsettingsd/displays.c
@@ -821,6 +821,7 @@ err_cleanup:
     /* free the screen resources */
     XRRFreeScreenResources (resources);
 
+    gdk_flush ();
     gdk_error_trap_pop ();
 }
 
_______________________________________________
Xfce4-commits mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to