[Xfce4-commits] [apps/xfce4-screensaver] 02/06: fix password form flickering

noreply at xfce.org noreply at xfce.org
Tue Jun 18 01:33:25 CEST 2019


This is an automated email from the git hooks/post-receive script.

b   l   u   e   s   a   b   r   e       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository apps/xfce4-screensaver.

commit be8298371f58759bd2484c2030f28b45d52247d1
Author: Alexander Butenko <a.butenka at gmail.com>
Date:   Sun Jun 16 16:20:58 2019 -0400

    fix password form flickering
    
    Signed-off-by: Sean Davis <smd.seandavis at gmail.com>
---
 src/xfcekbd-indicator.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/xfcekbd-indicator.c b/src/xfcekbd-indicator.c
index f91d9cb..8413b22 100644
--- a/src/xfcekbd-indicator.c
+++ b/src/xfcekbd-indicator.c
@@ -414,7 +414,6 @@ xfcekbd_indicator_state_callback (XklEngine            *engine,
 
     if (changeType == GROUP_CHANGED) {
         ForAllIndicators () {
-            gs_debug("do repaint\n");
             xfcekbd_indicator_set_current_page_for_group
                 (gki, group);
         }
@@ -455,6 +454,7 @@ xfcekbd_indicator_filter_x_evt (GdkXEvent *xev,
                 if (!globals.redraw_queued)
                     return GDK_FILTER_CONTINUE;
 
+                gs_debug("do repaint\n");
                 XReparentEvent *rne = (XReparentEvent *) xev;
 
                 ForAllIndicators () {
@@ -605,7 +605,7 @@ xfcekbd_indicator_class_init (XfcekbdIndicatorClass *klass) {
     /* Initing some global vars */
     globals.tooltips_format = "%s";
 
-    globals.redraw_queued = TRUE;
+    globals.redraw_queued = FALSE;
 
     /* Initing vtable */
     object_class->finalize = xfcekbd_indicator_finalize;

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list