← Back to team overview

ayatana-commits team mailing list archive

[Merge] lp:~bratsche/xsplash/raise-window into lp:xsplash

 

Cody Russell has proposed merging lp:~bratsche/xsplash/raise-window into lp:xsplash.

    Requested reviews:
    Canonical Desktop Experience Team (canonical-dx-team)
Related bugs:
  #447084 Top panel appears on top of Xsplash
  https://bugs.launchpad.net/bugs/447084

-- 
https://code.launchpad.net/~bratsche/xsplash/raise-window/+merge/13389
Your team ayatana-commits is subscribed to branch lp:xsplash.
=== modified file 'src/xsplash.c'
--- src/xsplash.c	2009-10-12 15:19:26 +0000
+++ src/xsplash.c	2009-10-14 22:40:23 +0000
@@ -759,6 +759,8 @@
                                       !gty_timeline_get_direction (timeline));
         }
     }
+
+  gdk_window_raise (priv->window->window);
 }
 
 static void
@@ -1120,6 +1122,8 @@
                                 gchar          *waitfor,
                                 GError        **error)
 {
+  XsplashServerPrivate *priv = XSPLASH_SERVER_GET_PRIVATE (server);
+
   g_message ("received a new signal to wait for: %s", waitfor);
 
   if (waitfor)
@@ -1127,6 +1131,8 @@
       add_signal (waitfor);
     }
 
+  gdk_window_raise (priv->window->window);
+
   return TRUE;
 }
 


Follow ups