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) ='this.form.submit();'> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/ntp.scm
AgeCommit message (Expand)Author
2019-03-18gnu: ntp: Update to 4.2.8p13....Tobias Geerinckx-Rice
2018-08-17gnu: ntp: Update to 4.2.8p12 [fix CVE-2018-12327]....Tobias Geerinckx-Rice
2018-06-30gnu: tlsdate: Bump COMPILE_DATE....Tobias Geerinckx-Rice
2018-06-29gnu: tlsdate: Return #t from phases....Tobias Geerinckx-Rice
2018-04-11gnu: tlsdate: Fix compilation on aarch64-linux-gnu....Ludovic Courtès
2018-03-28gnu: ntp: Update to 4.2.8p11 [security-fixes]....Leo Famulari
2018-03-05services: Add openntpd service....Efraim Flashner
2017-11-27gnu: openntpd: Enable use of TLS-based time constraints....Leo Famulari
2017-11-26gnu: openntpd: Update to 6.2p3....Efraim Flashner
2017-09-24gnu: openntpd: Update to 6.2p2....Efraim Flashner
2017-07-19download: Add OpenBSD mirrors....Tobias Geerinckx-Rice
2017-07-19gnu: openntpd: Update to 6.1p1....Tobias Geerinckx-Rice