[maemo-commits] [maemo-commits] r18520 - in projects/haf/trunk/matchbox-window-manager/matchbox-window-manager: . src

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Thu May 28 00:32:40 EEST 2009
Author: tthurman
Date: 2009-05-28 00:32:27 +0300 (Thu, 28 May 2009)
New Revision: 18520

Modified:
   projects/haf/trunk/matchbox-window-manager/matchbox-window-manager/ChangeLog
   projects/haf/trunk/matchbox-window-manager/matchbox-window-manager/src/mbtheme.c
Log:
	* src/mbtheme.c: Titlebar graphics are tiled, not scaled.
	Fixes: NB#119151.



Modified: projects/haf/trunk/matchbox-window-manager/matchbox-window-manager/ChangeLog
===================================================================
--- projects/haf/trunk/matchbox-window-manager/matchbox-window-manager/ChangeLog	2009-05-27 16:00:07 UTC (rev 18519)
+++ projects/haf/trunk/matchbox-window-manager/matchbox-window-manager/ChangeLog	2009-05-27 21:32:27 UTC (rev 18520)
@@ -1,3 +1,8 @@
+2009-05-27  Thomas Thurman  <thomas.thurman at collabora.co.uk> 
+
+	* src/mbtheme.c: Titlebar graphics are tiled, not scaled.
+	Fixes: NB#119151.
+
 2009-05-18  Kimmo Hämäläinen  <kimmo.hamalainen at nokia.com>
 
 	* matchbox-window-manager/src/wm.c (wm_make_new_client): Remove

Modified: projects/haf/trunk/matchbox-window-manager/matchbox-window-manager/src/mbtheme.c
===================================================================
--- projects/haf/trunk/matchbox-window-manager/matchbox-window-manager/src/mbtheme.c	2009-05-27 16:00:07 UTC (rev 18519)
+++ projects/haf/trunk/matchbox-window-manager/matchbox-window-manager/src/mbtheme.c	2009-05-27 21:32:27 UTC (rev 18520)
@@ -539,10 +539,7 @@
 	  break;
 
 	case LAYER_PIXMAP:
-	  img_tmp = mb_pixbuf_img_scale(theme->wm->pb, layer_cur->img, w, h);
-	  dbg("%s() Layer is pixmap\n", __func__);
-	  break;
-
+	  /* Same as LAYER_PIXMAP_TILED: NB#119151 */
 	case LAYER_PIXMAP_TILED:
 	  dbg("%s() Layer is pixmap tiled %i x %i\n", __func__, w, h);
 	  img_tmp = mb_pixbuf_img_new(theme->wm->pb, w, h);


More information about the maemo-commits mailing list