Updating branch refs/heads/bluesabre/display-settings
         to d18158b1ae3f97a8799343aba1e6d2817a42fddf (commit)
       from 3276965d52ccd6234ae981e78a5dc4fdcccf73d3 (commit)

commit d18158b1ae3f97a8799343aba1e6d2817a42fddf
Author: Lionel Le Folgoc <lio...@lefolgoc.net>
Date:   Thu Oct 18 17:29:12 2012 +0200

    Flush the X buffer on exit
    
    Signed-off-by: Simon Steinbeiss <simon.steinbe...@elfenbeinturm.at>

 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
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to