public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-gfx/blender/files: blender-2.72-T42797.diff
@ 2014-12-17 16:45 Julian Ospald (hasufell)
  0 siblings, 0 replies; only message in thread
From: Julian Ospald (hasufell) @ 2014-12-17 16:45 UTC (permalink / raw
  To: gentoo-commits

hasufell    14/12/17 16:45:22

  Added:                blender-2.72-T42797.diff
  Log:
  fix bug #532640
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key BDEED020)

Revision  Changes    Path
1.1                  media-gfx/blender/files/blender-2.72-T42797.diff

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/blender/files/blender-2.72-T42797.diff?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/blender/files/blender-2.72-T42797.diff?rev=1.1&content-type=text/plain

Index: blender-2.72-T42797.diff
===================================================================
--- source/blender/blenfont/intern/blf_glyph.c
+++ source/blender/blenfont/intern/blf_glyph.c
@@ -262,8 +262,8 @@
 	g->xoff = -1;
 	g->yoff = -1;
 	bitmap = slot->bitmap;
-	g->width = bitmap.width;
-	g->height = bitmap.rows;
+	g->width = (int)bitmap.width;
+	g->height = (int)bitmap.rows;
 
 	if (g->width && g->height) {
 		if (sharp) {





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-12-17 16:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-17 16:45 [gentoo-commits] gentoo-x86 commit in media-gfx/blender/files: blender-2.72-T42797.diff Julian Ospald (hasufell)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox