PyMOLOptions.h (pymol-v2.1.0.tar.bz2) | : | PyMOLOptions.h (pymol-open-source-2.2.0) | ||
---|---|---|---|---|
skipping to change at line 51 | skipping to change at line 51 | |||
defer_builds_mode, | defer_builds_mode, | |||
full_screen, | full_screen, | |||
sphere_mode, | sphere_mode, | |||
stereo_capable, // for informing PyMOL as to the capabilities of the conte xt */ | stereo_capable, // for informing PyMOL as to the capabilities of the conte xt */ | |||
stereo_mode, | stereo_mode, | |||
zoom_mode, // set "auto_zoom" setting | zoom_mode, // set "auto_zoom" setting | |||
launch_status, | launch_status, | |||
no_quit; // prevent any action from quitting or killing PyMOL | no_quit; // prevent any action from quitting or killing PyMOL | |||
bool retina; // enables 4K Retina support, if available | bool retina; // enables 4K Retina support, if available | |||
bool gldebug; // enables GL debugging | ||||
/* WARNING: for the sake of forward compability, never delete or | /* WARNING: for the sake of forward compability, never delete or | |||
move any fields in the above ...initialization struct in PyMOL.c */ | move any fields in the above ...initialization struct in PyMOL.c */ | |||
/* WARNING: don't add, delete, or change item order unless you also update | /* WARNING: don't add, delete, or change item order unless you also update | |||
PyMOL.c "CPyMOLOptions Defaults"where this global structure is initialized */ | PyMOL.c "CPyMOLOptions Defaults"where this global structure is initialized */ | |||
}; | }; | |||
#ifndef CPyMOLOptions_DEFINED | #ifndef CPyMOLOptions_DEFINED | |||
typedef struct _CPyMOLOptions CPyMOLOptions; | typedef struct _CPyMOLOptions CPyMOLOptions; | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 1 lines changed or added |