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) ange='this.form.submit();'> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/admin.scm
AgeCommit message (Expand)Author
2022-08-01services: rottlog: More convenient default options for <log-rotation>....Ludovic Courtès
2022-08-01services: rottlog: Keep important /var/log files for 16 weeks....Ludovic Courtès
2022-04-09services: rottlog: Keep fewer "guix-daemon.log" files....Ludovic Courtès
2022-04-04services: Add 'log-cleanup-service-type'....Ludovic Courtès
2021-11-30services: Accept <inferior-package>s in lieu of <package>s....Tobias Geerinckx-Rice
2021-03-29services: rottlog: Add /var/log/mcron.log to '%default-rotations'....Ludovic Courtès