Mercurial > sdl-ios-xcode
comparison src/thread/SDL_systhread.h @ 1265:670e74bf5cc8
Date: Mon, 22 Sep 2003 23:31:54 -0700 (PDT)
From: Rob Neff
Subject: [SDL] testgl.c minor bug fix for fullscreen mode
from:
if ( strcmp(argv[1], "-fullscreen") == 0 ) {
to:
if ( strcmp(argv[i], "-fullscreen") == 0 ) {
Minor bug, but might help someone else out who is trying to pass
the command-line params -logo -fullscreen like I was! :)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 25 Jan 2006 07:04:02 +0000 |
parents | 173c063d4f55 |
children | c9b51268668f |
comparison
equal
deleted
inserted
replaced
1264:f3a3f1890b91 | 1265:670e74bf5cc8 |
---|