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.29 by querten, Sun Jun 29 11:36:17 2008 UTC vs.
Revision 1.35 by querten, Sat Jul 5 08:54:06 2008 UTC

# Line 23 | Line 23
23   #pragma comment (lib,"opengl32.lib")
24   #pragma comment (lib,"glut.lib")
25   #pragma comment (lib,"glut32.lib")
26 + #pragma comment (lib,"Includes/CURL/Lib/libcurl.lib")
27  
28   #include <hash_map>
29   using namespace stdext;
30   typedef hash_map<unsigned int, char*, hash_compare<unsigned int, std::less<unsigned int> > > HASH_Map;
31   #endif
32 <
32 >
33 > bool SCREENSAVER = false;
34  
35   HASH_Map test;
36  
# Line 50 | Line 52 | time_t end;
52   #include "Includes/FROG/FROG_ReadCards.h"
53   #include "Includes/FROG/FROG_Struct.h"
54   #include "Includes/FROG/FROG_Camera.h"
55 + #include "Includes/FROG/FROG_Net.h"
56  
57  
58   int SAVE_WINDOW_W = 800;
# Line 85 | Line 88 | FROG_Geometry* geom;
88   char gSim       = 0;
89   char gReco      = 15;
90  
91 < unsigned int mCLicked_DetId = 0;
91 > unsigned int mCLicked_DetId = (unsigned int) -1;
92   bool mDisplayMother  = false;
90 int  mObj_I     = -1;
91 int  mColl_I    = -1;
93   bool mLoading   = true;
94   int  mLoading_I = 0;
95  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines