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 |