RepDot.h (pymol-open-source-2.2.0) | : | RepDot.h (pymol-open-source-2.3.0) | ||
---|---|---|---|---|
skipping to change at line 44 | skipping to change at line 44 | |||
int *F; /* flags */ | int *F; /* flags */ | |||
int N, NC; | int N, NC; | |||
int *Atom; /* atom */ | int *Atom; /* atom */ | |||
float Width; | float Width; | |||
CGO *shaderCGO; | CGO *shaderCGO; | |||
short shaderCGO_as_spheres; | short shaderCGO_as_spheres; | |||
} RepDot; | } RepDot; | |||
Rep *RepDotNew(CoordSet * cset, int state); | Rep *RepDotNew(CoordSet * cset, int state); | |||
Rep *RepDotDoNew(CoordSet * cs, int mode, int state); | Rep *RepDotDoNew(CoordSet * cs, int mode, int state); | |||
void RepDotInit(void); | ||||
#endif | #endif | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 0 lines changed or added |