PopUp.h (pymol-open-source-2.2.0) | : | PopUp.h (pymol-open-source-2.3.0) | ||
---|---|---|---|---|
skipping to change at line 26 | skipping to change at line 26 | |||
*/ | */ | |||
#ifndef _H_PopUp | #ifndef _H_PopUp | |||
#define _H_PopUp | #define _H_PopUp | |||
#include"os_python.h" | #include"os_python.h" | |||
#include"Block.h" | #include"Block.h" | |||
Block *PopUpNew(PyMOLGlobals * G, int x, int y, int last_x, int last_y, | Block *PopUpNew(PyMOLGlobals * G, int x, int y, int last_x, int last_y, | |||
int passive, PyObject * list, Block * parent); | int passive, PyObject * list, Block * parent); | |||
int PopUpDrag(Block * block, int x, int y, int mod); | ||||
#endif | #endif | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 0 lines changed or added |