PyMOLGlobals.h (pymol-v2.1.0.tar.bz2) | : | PyMOLGlobals.h (pymol-open-source-2.2.0) | ||
---|---|---|---|---|
skipping to change at line 194 | skipping to change at line 194 | |||
int DragDirtyFlag; /* do we need an extra callback to handle a mous e drag? */ | int DragDirtyFlag; /* do we need an extra callback to handle a mous e drag? */ | |||
#ifdef _PYMOL_LIB | #ifdef _PYMOL_LIB | |||
void *CallbackObject; | void *CallbackObject; | |||
void (*enabledCallback)(void *, const char *, int ); | void (*enabledCallback)(void *, const char *, int ); | |||
#endif | #endif | |||
// user defined scenes | // user defined scenes | |||
CMovieScenes * scenes; | CMovieScenes * scenes; | |||
// for glDrawBuffer (e.g. GL_BACK, unless we're using QOpenGLWidget) | ||||
int DRAW_BUFFER0; | ||||
struct { lexidx_t | struct { lexidx_t | |||
#include "lex_constants.h" | #include "lex_constants.h" | |||
_; } lex_const; | _; } lex_const; | |||
}; | }; | |||
/* if we're running PyMOL as a global singleton (old way / backward | /* if we're running PyMOL as a global singleton (old way / backward | |||
compatible) then this global variable will contain a pointer to | compatible) then this global variable will contain a pointer to | |||
PyMOL global state variables */ | PyMOL global state variables */ | |||
#ifndef _PYMOL_NOPY | #ifndef _PYMOL_NOPY | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 3 lines changed or added |