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) ' onchange='this.form.submit();'> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/kerberos.scm
AgeCommit message (Expand)Author
2020-05-16gnu: heimdal: Update to 7.7.0....Maxim Cournoyer
2020-03-26gnu: mit-krb5: Supprt for the Hurd....Jan Nieuwenhuizen
2020-03-14gnu: mit-krb5: Fix segfault in gsasl test suite....Marius Bakke
2020-03-10Merge branch 'master' into core-updatesMarius Bakke
2020-03-09gnu: mit-krb5: Use HTTPS home page....Tobias Geerinckx-Rice
2020-02-15gnu: mit-krb5: Update to 1.18....Marius Bakke