P.h (pymol-open-source-2.2.0) | : | P.h (pymol-open-source-2.3.0) | ||
---|---|---|---|---|
skipping to change at line 101 | skipping to change at line 101 | |||
#define PFlushFast(G) | #define PFlushFast(G) | |||
#define PParse(G,s) | #define PParse(G,s) | |||
#define PDo(G,s) | #define PDo(G,s) | |||
#define PLog(G,a,b) | #define PLog(G,a,b) | |||
#define PLogFlush(G) | #define PLogFlush(G) | |||
#define PIsGlutThread() 1 | #define PIsGlutThread() 1 | |||
#define PComplete(G,a,b) 0 | #define PComplete(G,a,b) 0 | |||
#define PSGIStereo(G,a) | ||||
#define PPovrayRender(a,b,c,d,e,f,g) 0 | #define PPovrayRender(a,b,c,d,e,f,g) 0 | |||
#define PTruthCallStr(a,b,c) | #define PTruthCallStr(a,b,c) | |||
#define PSleep(G,a) | #define PSleep(G,a) | |||
#define PSleepWhileBusy(G,a) | #define PSleepWhileBusy(G,a) | |||
#define PSleepUnlocked(G,a) | #define PSleepUnlocked(G,a) | |||
#define PFree(G) | #define PFree(G) | |||
#define PInit(G,a) | #define PInit(G,a) | |||
skipping to change at line 183 | skipping to change at line 182 | |||
void PAutoUnblock(PyMOLGlobals * G, int flag); | void PAutoUnblock(PyMOLGlobals * G, int flag); | |||
void PBlockAndUnlockAPI(PyMOLGlobals * G); | void PBlockAndUnlockAPI(PyMOLGlobals * G); | |||
void PLockAPIAndUnblock(PyMOLGlobals * G); | void PLockAPIAndUnblock(PyMOLGlobals * G); | |||
int PTryLockAPIAndUnblock(PyMOLGlobals * G); | int PTryLockAPIAndUnblock(PyMOLGlobals * G); | |||
int PFlush(PyMOLGlobals * G); | int PFlush(PyMOLGlobals * G); | |||
int PFlushFast(PyMOLGlobals * G); | int PFlushFast(PyMOLGlobals * G); | |||
void PXDecRef(PyObject * obj); | void PXDecRef(PyObject * obj); | |||
PyObject *PXIncRef(PyObject * obj); | PyObject *PXIncRef(PyObject * obj); | |||
void PSGIStereo(PyMOLGlobals * G, int flag); | ||||
void PDefineFloat(PyMOLGlobals * G, const char *name, float value); | void PDefineFloat(PyMOLGlobals * G, const char *name, float value); | |||
void PRunStringModule(PyMOLGlobals * G, const char *str); | void PRunStringModule(PyMOLGlobals * G, const char *str); | |||
void PRunStringInstance(PyMOLGlobals * G, const char *str); | void PRunStringInstance(PyMOLGlobals * G, const char *str); | |||
void PDumpTraceback(PyObject * err); | void PDumpTraceback(PyObject * err); | |||
void PDumpException(void); | void PDumpException(void); | |||
int PComplete(PyMOLGlobals * G, char *str, int buf_size); | int PComplete(PyMOLGlobals * G, char *str, int buf_size); | |||
skipping to change at line 286 | skipping to change at line 284 | |||
modules & module dictionaries for the application */ | modules & module dictionaries for the application */ | |||
extern PyObject *P_menu; /* used by Menu */ | extern PyObject *P_menu; /* used by Menu */ | |||
extern PyObject *P_xray; /* used by Symmetry */ | extern PyObject *P_xray; /* used by Symmetry */ | |||
extern PyObject *P_chempy; /* used by CoordSet and Selector for constructio n of models */ | extern PyObject *P_chempy; /* used by CoordSet and Selector for constructio n of models */ | |||
extern PyObject *P_models; /* used by Selector for construction of models * / | extern PyObject *P_models; /* used by Selector for construction of models * / | |||
extern PyObject *P_setting; /* used by Setting.c */ | extern PyObject *P_setting; /* used by Setting.c */ | |||
extern PyTypeObject *P_wrapper; /* used by P.c for lazy-loading settings/pro perties/attributes */ | extern PyTypeObject *P_wrapper; /* used by P.c for lazy-loading settings/pro perties/attributes */ | |||
#endif | #endif | |||
#ifndef _PYMOL_NOPY | ||||
void PSetAtomPropertyInfo(PyMOLGlobals * G, int propid, short pt, int off); | ||||
#endif | ||||
#endif | #endif | |||
End of changes. 3 change blocks. | ||||
7 lines changed or deleted | 0 lines changed or added |