Update _XData32 declaration in SDL_x11sym.h to match that of libx11 1.6. --- SDL-1.2.15/src/video/x11/SDL_x11sym.h.~1~ 2012-01-19 01:30:06.000000000 -0500 +++ SDL-1.2.15/src/video/x11/SDL_x11sym.h 2014-12-26 00:22:36.445067694 -0500 @@ -165,7 +165,7 @@ */ #ifdef LONG64 SDL_X11_MODULE(IO_32BIT) -SDL_X11_SYM(int,_XData32,(Display *dpy,register long *data,unsigned len),(dpy,data,len),return) +SDL_X11_SYM(int,_XData32,(Display *dpy,register _Xconst long *data,unsigned len),(dpy,data,len),return) SDL_X11_SYM(void,_XRead32,(Display *dpy,register long *data,long len),(dpy,data,len),) #endif ='get'> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/gd.scm
AgeCommit message (Expand)Author
2020-04-08gnu: perl-gd: Do not rely on 'libgd-config'....Marius Bakke
2020-03-26gnu: gd: Update to 2.3.0....Marius Bakke
2020-03-14Merge branch 'master' into core-updatesMarius Bakke
2020-03-11gnu: gd: Use HTTPS home page....Tobias Geerinckx-Rice
2020-01-22gnu: Replace uses of 'libjpeg' with 'libjpeg-turbo'....Marius Bakke
2020-01-08gnu: gd: Do not build static library....Marius Bakke
2019-03-23Merge branch 'staging' into core-updatesMarius Bakke
2019-03-14gnu: perl-gd-securityimage: Update to 1.75....Tobias Geerinckx-Rice
2019-03-14gnu: perl-gd: Update to 2.71....Tobias Geerinckx-Rice
2019-02-23gnu: gd: Incorporate grafted changes....Marius Bakke
2019-02-19gnu: libgd: Fix CVE-2019-{6977,6978}....Leo Famulari
2018-11-14gnu: perl: Return #t from all phases....Mark H Weaver