Ortho.h (pymol-v1.8.6.0.tar.bz2) | : | Ortho.h (pymol-v2.1.0.tar.bz2) | ||
---|---|---|---|---|
skipping to change at line 24 | skipping to change at line 24 | |||
-* | -* | |||
Z* ------------------------------------------------------------------- | Z* ------------------------------------------------------------------- | |||
*/ | */ | |||
#ifndef _H_Ortho | #ifndef _H_Ortho | |||
#define _H_Ortho | #define _H_Ortho | |||
#define cOrthoSHIFT 1 | #define cOrthoSHIFT 1 | |||
#define cOrthoCTRL 2 | #define cOrthoCTRL 2 | |||
#define cOrthoALT 4 | #define cOrthoALT 4 | |||
#define cOrthoRightSceneMargin 220 | #define cOrthoRightSceneMargin DIP2PIXEL(220) | |||
#define cOrthoBottomSceneMargin 18 | #define cOrthoBottomSceneMargin DIP2PIXEL(18) | |||
#define cOrthoLineHeight 12 | #define cOrthoLineHeight DIP2PIXEL(12) | |||
#include"os_gl.h" | #include"os_gl.h" | |||
#include"Block.h" | #include"Block.h" | |||
#include"Feedback.h" | #include"Feedback.h" | |||
#include"Deferred.h" | #include"Deferred.h" | |||
#define cOrthoScene 1 | #define cOrthoScene 1 | |||
#define cOrthoTool 2 | #define cOrthoTool 2 | |||
#define cOrthoHidden 3 | #define cOrthoHidden 3 | |||
End of changes. 1 change blocks. | ||||
3 lines changed or deleted | 3 lines changed or added |