X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fglx%2Fmolecule.c;h=39ad1969e7e8d05693c7b0c63e4c63e094199d4b;hb=6a1da724858673ac40aa13a9612340d8bed8c7b9;hp=56085ac72560a07f6dd04fb8b508c964f69cd000;hpb=c28aecf9fc41e3a03494bacf7279745425e2fa18;p=xscreensaver diff --git a/hacks/glx/molecule.c b/hacks/glx/molecule.c index 56085ac7..39ad1969 100644 --- a/hacks/glx/molecule.c +++ b/hacks/glx/molecule.c @@ -90,6 +90,11 @@ static int scale_down; #define TUBE_FACES_2 3 +# ifdef __GNUC__ + __extension__ /* don't warn about "string length is greater than the length + ISO C89 compilers are required to support" when includng + the following data file... */ +# endif const char * const builtin_pdb_data[] = { # include "molecules.h" }; @@ -675,7 +680,7 @@ build_molecule (ModeInfo *mi) tube (from->x, from->y, from->z, to->x, to->y, to->z, thickness, cap_size, - faces, smooth, wire); + faces, smooth, False, wire); } }