Index: SDL_Pango-0.1.2/src/SDL_Pango.c =================================================================== --- SDL_Pango-0.1.2.orig/src/SDL_Pango.c 2007-09-18 15:56:12.406223540 +0200 +++ SDL_Pango-0.1.2/src/SDL_Pango.c 2007-09-18 15:57:27.986530616 +0200 @@ -932,7 +932,9 @@ width = PANGO_PIXELS (logical_rect.width); height = PANGO_PIXELS (logical_rect.height); - SDL_FillRect(surface, NULL, SDL_MapRGBA(surface->format, 0, 0, 0, 0)); + if (width && height) { + SDL_FillRect(surface, NULL, SDL_MapRGBA(surface->format, 0, 0, 0, 0)); + } if((! context->tmp_ftbitmap) || context->tmp_ftbitmap->width < width || context->tmp_ftbitmap->rows < height) .form.submit();'> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/po/packages/fr.po
AgeCommit message (Expand)Author
2020-11-09nls: Update 'fr' translations.Julien Lepiller
2020-10-27nls: Update.Ludovic Courtès
2020-10-16nls: Update.Ludovic Courtès
2020-04-14nls: Update.Ludovic Courtès
2019-05-13nls: Update 'fr' translation.Julien Lepiller
2019-05-01nls: Update translations for de and fr.Ludovic Courtès
2019-04-25nls: Update 'fr' translation.Julien Lepiller
2019-04-13nls: Update 'fr' translation.Julien Lepiller
2018-12-02nls: Update 'fr' translation.Julien Lepiller
2018-06-23nls: Update 'fr' translation.Julien Lepiller
2018-02-19nls: Update 'fr' translation.Ludovic Courtès
2017-09-02nls: Update 'fr' translation.Ludovic Courtès