[Xfce4-commits] <xfce4-settings:bluesabre/display-settings> Flush the X buffer on exit

Simon Steinbeiss noreply at xfce.org
Thu Oct 18 23:38:17 CEST 2012


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

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

    Flush the X buffer on exit
    
    Signed-off-by: Simon Steinbeiss <simon.steinbeiss at 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 ();
 }
 


More information about the Xfce4-commits mailing list