~ubuntu-branches/ubuntu/precise/boinc/precise

« back to all changes in this revision

Viewing changes to api/graphics_lib.cpp

Tags: 6.12.8+dfsg-1
* New upstream release.
* Simplified debian/rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
//
23
23
// This file is the code that's part of the main program
24
24
 
 
25
// DEPRECATED
 
26
 
25
27
#ifdef _WIN32
26
28
#include "boinc_win.h"
27
29
#endif
176
178
    return true;
177
179
}
178
180
 
179
 
const char *BOINC_RCSID_93054c7e32 = "$Id: graphics_lib.cpp 16069 2008-09-26 18:20:24Z davea $";
 
181
const char *BOINC_RCSID_93054c7e32 = "$Id: graphics_lib.cpp 20054 2010-01-01 02:50:56Z davea $";