"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "layer1/Ortho.h" between
pymol-v2.1.0.tar.bz2 and pymol-open-source-2.2.0.tar.gz

About: PyMOL is a Python-enhanced molecular graphics tool. It excels at 3D visualization of proteins, small molecules, density, surfaces, and trajectories. It also includes molecular editing, ray tracing, and movies. Open Source version.

Ortho.h  (pymol-v2.1.0.tar.bz2):Ortho.h  (pymol-open-source-2.2.0)
skipping to change at line 121 skipping to change at line 121
void OrthoSetLoop(PyMOLGlobals * G, int flag, int l, int r, int t, int b); void OrthoSetLoop(PyMOLGlobals * G, int flag, int l, int r, int t, int b);
int OrthoGetRenderMode(PyMOLGlobals * G); int OrthoGetRenderMode(PyMOLGlobals * G);
void OrthoDrawBuffer(PyMOLGlobals * G, GLenum mode); void OrthoDrawBuffer(PyMOLGlobals * G, GLenum mode);
int OrthoGetWrapClickSide(PyMOLGlobals * G); int OrthoGetWrapClickSide(PyMOLGlobals * G);
float *OrthoGetOverlayColor(PyMOLGlobals * G); float *OrthoGetOverlayColor(PyMOLGlobals * G);
void OrthoDrawWizardPrompt(PyMOLGlobals * G ORTHOCGOARG); void OrthoDrawWizardPrompt(PyMOLGlobals * G ORTHOCGOARG);
void bg_grad(PyMOLGlobals * G); void bg_grad(PyMOLGlobals * G);
GLuint OrthoGetBackgroundTextureID(PyMOLGlobals * G); GLuint OrthoGetBackgroundTextureID(PyMOLGlobals * G);
void OrthoInvalidateBackgroundTexture(PyMOLGlobals * G);
void OrthoBackgroundTextureNeedsUpdate(PyMOLGlobals * G); void OrthoBackgroundTextureNeedsUpdate(PyMOLGlobals * G);
void OrthoGetBackgroundSize(PyMOLGlobals * G, int *width, int *height); void OrthoGetBackgroundSize(PyMOLGlobals * G, int *width, int *height);
void OrthoSetBackgroundImage(PyMOLGlobals * G, const char *image_data, int width
, int height);
int OrthoBackgroundDataIsSet(PyMOLGlobals *G); int OrthoBackgroundDataIsSet(PyMOLGlobals *G);
void *OrthoBackgroundDataGet(PyMOLGlobals *G, int *width, int *height); void *OrthoBackgroundDataGet(PyMOLGlobals *G, int *width, int *height);
void OrthoGetSize(PyMOLGlobals *G, int *width, int *height); void OrthoGetSize(PyMOLGlobals *G, int *width, int *height);
void OrthoInvalidateDoDraw(PyMOLGlobals * G); void OrthoInvalidateDoDraw(PyMOLGlobals * G);
void OrthoRenderCGO(PyMOLGlobals * G); void OrthoRenderCGO(PyMOLGlobals * G);
#define OrthoLineLength 1024 #define OrthoLineLength 1024
typedef char OrthoLineType[OrthoLineLength]; typedef char OrthoLineType[OrthoLineLength];
 End of changes. 2 change blocks. 
0 lines changed or deleted 4 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)