[maemo-commits] [maemo-commits] r19413 - in projects/haf/trunk/libmatchbox2: . matchbox/core

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Fri Oct 2 16:59:26 EEST 2009
Author: aendrodi
Date: 2009-10-02 16:59:21 +0300 (Fri, 02 Oct 2009)
New Revision: 19413

Modified:
   projects/haf/trunk/libmatchbox2/ChangeLog
   projects/haf/trunk/libmatchbox2/matchbox/core/mb-window-manager.c
Log:
	NB#141614 Unnecessary rotations on image viewer if phone application
		  open in switcher

	* matchbox/core/mb-wm-client-window.c (mb_wm_activate_client_real):
	  Do stack animation actors even if they are not focused.
	  It is let up to the community to find out why it wasn't
	  a problem earlier or why it wasn't noticable.


Modified: projects/haf/trunk/libmatchbox2/ChangeLog
===================================================================
--- projects/haf/trunk/libmatchbox2/ChangeLog	2009-10-02 07:35:45 UTC (rev 19412)
+++ projects/haf/trunk/libmatchbox2/ChangeLog	2009-10-02 13:59:21 UTC (rev 19413)
@@ -1,3 +1,13 @@
+2009-10-02  Adam Endrodi  <adam.endrodi at blumsoft.eu>
+
+	NB#141614 Unnecessary rotations on image viewer if phone application
+		  open in switcher
+
+	* matchbox/core/mb-wm-client-window.c (mb_wm_activate_client_real):
+	  Do stack animation actors even if they are not focused.
+	  It is let up to the community to find out why it wasn't
+	  a problem earlier or why it wasn't noticable.
+
 2009-10-01  Kimmo Hämäläinen  <kimmo.hamalainen at nokia.com>
 
 	Release 0.2.71
@@ -2,2 +12,3 @@
 
+>>>>>>> .r19412
 2009-09-30  Adam Endrodi  <adam.endrodi at blumsoft.eu>

Modified: projects/haf/trunk/libmatchbox2/matchbox/core/mb-window-manager.c
===================================================================
--- projects/haf/trunk/libmatchbox2/matchbox/core/mb-window-manager.c	2009-10-02 07:35:45 UTC (rev 19412)
+++ projects/haf/trunk/libmatchbox2/matchbox/core/mb-window-manager.c	2009-10-02 13:59:21 UTC (rev 19413)
@@ -1973,6 +1973,7 @@
 
   if (c->window->net_type==wm->atoms[MBWM_ATOM_HILDON_WM_WINDOW_TYPE_ANIMATION_ACTOR]) {
     g_debug ("Not focusing an animation actor.\n");
+    mb_wm_client_stack (c, 0);
   } else {
     mb_wm_focus_client (wm, c_focus);
     mb_wm_client_stack (c, 0);

More information about the maemo-commits mailing list