ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/FastOpenGlDisplayer/soft/main.h
(Generate patch)

Comparing UserCode/FastOpenGlDisplayer/soft/main.h (file contents):
Revision 1.46 by querten, Sun Jul 27 11:14:08 2008 UTC vs.
Revision 1.51 by roberfro, Tue Aug 26 15:31:17 2008 UTC

# Line 6 | Line 6
6   #ifndef _MAIN_H__
7   #define _MAIN_H__
8  
9 < #define FROG_VERSION 1.06
9 > #define FROG_VERSION 1.08b
10   #define FROG_AUTHORLIST "Loic.Quertenmont@cern.ch\nVincent.Roberfroid@cern.ch"
11  
12   #include "Includes/GL/glew.h"
# Line 71 | Line 71 | bool  FULLSCREEN        = false;
71   int   WINDOW_WIDTH      = 800;
72   int   WINDOW_HEIGHT     = 600;
73   int   SCREENSHOT        = 0;
74 < char SCREENSHOT_FORMAT[255] = {"png"};
74 > char  SCREENSHOT_FORMAT[255] = {"png"};
75 >
76 >
77  
78   int TEMP_I = 0;
79   bool MouseStates[3];
# Line 110 | Line 112 | bool mLoading   = true;
112   int  mLoading_I = 0;
113  
114   int eventNumber = 0;
115 + int eventTime   = 5;
116  
117   bool  mHelpScreen= false;
118  
# Line 133 | Line 136 | void LoadCard(const char* inputCard );
136   void gl_select(int x, int y);
137   void list_hits(GLint hits, GLuint *names);
138  
139 + void AutomaticEventChanging (int Extra);
140 +
141  
142   void updateEventsFile();
143  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines