*** empty log message ***

svn path=/trunk/boinc/; revision=10817
This commit is contained in:
Charlie Fenton 2006-08-02 00:58:02 +00:00
parent c4cea85dab
commit 56716723bb
2 changed files with 3 additions and 2 deletions

View File

@ -286,9 +286,7 @@ static void make_new_window(int mode) {
static void boinc_glut_init() {
const char* args[2] = {"screensaver", NULL};
int one=1;
int rc;
static bool first = true;
char buf[128];
win = 0;
app_debug_msg("Calling glutInit()... \n");

View File

@ -8300,7 +8300,10 @@ Charlie 1 Aug 2006
- Mac sandbox: check_security() uses PersistentFGets() for better
reliability, deletes newline from path if present.
- Fix compile errors in non-SANDBOX builds.
- Remove unused variables (compiler warning) in x_opengl.C.
api/
x_opengl.C
client/
check_security.C
client_state.C