/[xmakemol]/xmakemol/globals.h
ViewVC logotype

Diff of /xmakemol/globals.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.64 by MPHodges, Tue Sep 23 20:17:03 2003 UTC revision 1.65 by MPHodges, Mon Oct 27 22:42:30 2003 UTC
# Line 24  Foundation, Inc., 59 Temple Place, Suite Line 24  Foundation, Inc., 59 Temple Place, Suite
24    
25  #define MAX_VECTORS_PER_ATOM (3)  #define MAX_VECTORS_PER_ATOM (3)
26    
27    /* enum types */
28    
29    enum gl_render_types
30    {
31      DEFAULT,
32      BALL_AND_STICK,
33      TUBES
34    };
35    
36  struct atoms {  struct atoms {
37    char label[4];    char label[4];
38    char uppercase_label[4];    char uppercase_label[4];
# Line 49  struct atoms { Line 58  struct atoms {
58    int type;          /* atom type index */    int type;          /* atom type index */
59    int has_vector;    int has_vector;
60    int is_ellipse;    int is_ellipse;
61      enum gl_render_types gl_render_type;
62  };  };
63    
64  struct elements {  struct elements {
# Line 91  struct atom Line 101  struct atom
101    double red, green, blue;    double red, green, blue;
102    Boolean has_color_name;    Boolean has_color_name;
103    char color_name[32];    char color_name[32];
104      enum gl_render_types gl_render_type;
105  };  };
106        
107  struct frame  struct frame

Legend:
Removed from v.1.64  
changed lines
  Added in v.1.65

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26