PyMOLOptions.h (pymol-v1.8.6.0.tar.bz2) | : | PyMOLOptions.h (pymol-v2.1.0.tar.bz2) | ||
---|---|---|---|---|
skipping to change at line 47 | skipping to change at line 47 | |||
int multisample, | int multisample, | |||
window_visible, | window_visible, | |||
read_stdin, | read_stdin, | |||
presentation, | presentation, | |||
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, | ||||
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 | ||||
/* 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; | |||
#define CPyMOLOptions_DEFINED | #define CPyMOLOptions_DEFINED | |||
End of changes. 2 change blocks. | ||||
0 lines changed or deleted | 3 lines changed or added |