PyMOLGlobals.h (pymol-open-source-2.2.0) | : | PyMOLGlobals.h (pymol-open-source-2.3.0) | ||
---|---|---|---|---|
skipping to change at line 31 | skipping to change at line 31 | |||
extern int _gScaleFactor; | extern int _gScaleFactor; | |||
inline int DIP2PIXEL(int v) { return v * _gScaleFactor; } | inline int DIP2PIXEL(int v) { return v * _gScaleFactor; } | |||
inline float DIP2PIXEL(float v) { return v * _gScaleFactor; } | inline float DIP2PIXEL(float v) { return v * _gScaleFactor; } | |||
/* all of the private singleton classes associated with a PyMOL instance */ | /* all of the private singleton classes associated with a PyMOL instance */ | |||
/* this gets included in virtually every PyMOL source file, so keep it | /* this gets included in virtually every PyMOL source file, so keep it | |||
short and sweet */ | short and sweet */ | |||
typedef int lexidx_t; | typedef int lexidx_t; | |||
typedef int lexborrow_t; | ||||
typedef struct _CMemoryCache CMemoryCache; | typedef struct _CMemoryCache CMemoryCache; | |||
typedef struct _CIsosurf CIsosurf; | typedef struct _CIsosurf CIsosurf; | |||
typedef struct _CTetsurf CTetsurf; | typedef struct _CTetsurf CTetsurf; | |||
typedef struct _CSphere CSphere; | typedef struct _CSphere CSphere; | |||
typedef struct _CFeedback CFeedback; | typedef struct _CFeedback CFeedback; | |||
typedef struct _CUtil CUtil; | typedef struct _CUtil CUtil; | |||
typedef struct _CColor CColor; | struct CColor; | |||
typedef struct _CMovie CMovie; | struct CMovie; | |||
typedef struct _CControl CControl; | struct CControl; | |||
typedef struct _CButMode CButMode; | struct CButMode; | |||
typedef struct _COrtho COrtho; | typedef struct _COrtho COrtho; | |||
typedef struct _CWord CWord; | typedef struct _CWord CWord; | |||
typedef struct _CCGORenderer CCGORenderer; | typedef struct _CCGORenderer CCGORenderer; | |||
typedef struct _CCharacter CCharacter; | typedef struct _CCharacter CCharacter; | |||
typedef struct _CPop CPop; | struct CPop; | |||
class CScene; | class CScene; | |||
typedef struct _CSeq CSeq; | struct CSeq; | |||
typedef struct _CSetting CSetting; | typedef struct _CSetting CSetting; | |||
typedef struct _CSettingUnique CSettingUnique; | typedef struct _CSettingUnique CSettingUnique; | |||
typedef struct _CText CText; | typedef struct _CText CText; | |||
typedef struct _CWizard CWizard; | struct CWizard; | |||
typedef struct _CAtomInfo CAtomInfo; | typedef struct _CAtomInfo CAtomInfo; | |||
typedef struct _CSculptCache CSculptCache; | typedef struct _CSculptCache CSculptCache; | |||
typedef struct _CVFont CVFont; | typedef struct _CVFont CVFont; | |||
typedef struct _CEditor CEditor; | typedef struct _CEditor CEditor; | |||
typedef struct _CExecutive CExecutive; | struct CExecutive; | |||
typedef struct _CSeeker CSeeker; | typedef struct _CSeeker CSeeker; | |||
struct CSelector; | struct CSelector; | |||
typedef struct _CTexture CTexture; | typedef struct _CTexture CTexture; | |||
typedef struct _CType CType; | typedef struct _CType CType; | |||
typedef struct _CMain CMain; | typedef struct _CMain CMain; | |||
typedef struct _CPlugIOManager CPlugIOManager; | typedef struct _CPlugIOManager CPlugIOManager; | |||
class CShaderMgr; | class CShaderMgr; | |||
class CMovieScenes; | class CMovieScenes; | |||
End of changes. 6 change blocks. | ||||
8 lines changed or deleted | 9 lines changed or added |