make indent
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402575
This commit is contained in:
parent
bec234395c
commit
a2ae281558
4 changed files with 8 additions and 8 deletions
|
@ -12,7 +12,8 @@
|
||||||
extern id gController; // instance of this class from nib
|
extern id gController; // instance of this class from nib
|
||||||
|
|
||||||
// Declare SDL_QuartzWindowDelegate (defined in SDL.framework)
|
// Declare SDL_QuartzWindowDelegate (defined in SDL.framework)
|
||||||
@interface SDL_QuartzWindowDelegate: NSObject @ end @ interface MyController:NSObject {
|
@interface SDL_QuartzWindowDelegate: NSObject @ end @ interface MyController:NSObject
|
||||||
|
{
|
||||||
// Interface Builder Outlets
|
// Interface Builder Outlets
|
||||||
IBOutlet id _framesPerSecond;
|
IBOutlet id _framesPerSecond;
|
||||||
IBOutlet id _numSprites;
|
IBOutlet id _numSprites;
|
||||||
|
|
|
@ -53,8 +53,7 @@ printAttributes()
|
||||||
SDL_GL_ALPHA_SIZE, SDL_GL_BUFFER_SIZE, SDL_GL_DEPTH_SIZE
|
SDL_GL_ALPHA_SIZE, SDL_GL_BUFFER_SIZE, SDL_GL_DEPTH_SIZE
|
||||||
};
|
};
|
||||||
|
|
||||||
char *desc[] =
|
char *desc[] = { "Red size: %d bits\n", "Blue size: %d bits\n",
|
||||||
{ "Red size: %d bits\n", "Blue size: %d bits\n",
|
|
||||||
"Green size: %d bits\n",
|
"Green size: %d bits\n",
|
||||||
"Alpha size: %d bits\n", "Color buffer size: %d bits\n",
|
"Alpha size: %d bits\n", "Color buffer size: %d bits\n",
|
||||||
"Depth bufer size: %d bits\n"
|
"Depth bufer size: %d bits\n"
|
||||||
|
|
|
@ -12,7 +12,8 @@
|
||||||
extern id gController; // instance of this class from nib
|
extern id gController; // instance of this class from nib
|
||||||
|
|
||||||
// Declare SDL_QuartzWindowDelegate (defined in SDL.framework)
|
// Declare SDL_QuartzWindowDelegate (defined in SDL.framework)
|
||||||
@interface SDL_QuartzWindowDelegate: NSObject @ end @ interface MyController:NSObject {
|
@interface SDL_QuartzWindowDelegate: NSObject @ end @ interface MyController:NSObject
|
||||||
|
{
|
||||||
// Interface Builder Outlets
|
// Interface Builder Outlets
|
||||||
IBOutlet id _framesPerSecond;
|
IBOutlet id _framesPerSecond;
|
||||||
IBOutlet id _numSprites;
|
IBOutlet id _numSprites;
|
||||||
|
|
|
@ -53,8 +53,7 @@ printAttributes()
|
||||||
SDL_GL_ALPHA_SIZE, SDL_GL_BUFFER_SIZE, SDL_GL_DEPTH_SIZE
|
SDL_GL_ALPHA_SIZE, SDL_GL_BUFFER_SIZE, SDL_GL_DEPTH_SIZE
|
||||||
};
|
};
|
||||||
|
|
||||||
char *desc[] =
|
char *desc[] = { "Red size: %d bits\n", "Blue size: %d bits\n",
|
||||||
{ "Red size: %d bits\n", "Blue size: %d bits\n",
|
|
||||||
"Green size: %d bits\n",
|
"Green size: %d bits\n",
|
||||||
"Alpha size: %d bits\n", "Color buffer size: %d bits\n",
|
"Alpha size: %d bits\n", "Color buffer size: %d bits\n",
|
||||||
"Depth bufer size: %d bits\n"
|
"Depth bufer size: %d bits\n"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue