view Xcode/TemplatesForXcode/SDL Custom Cocoa Application/English.lproj/SDLMain.nib/classes.nib @ 3098:5f372cef955d

Date: Thu, 05 Feb 2009 17:27:54 +0100 From: Stefan Klug Subject: [SDL] SDL_SetVideoMode compatibility fix SDL_SetVideoMode(0,0,0,flags) used to be valid in SDL 1.2 Attached is a patch to replicate this behaviour in SDL 1.3 Cheers Stefan
author Sam Lantinga <slouken@libsdl.org>
date Mon, 23 Mar 2009 05:37:45 +0000
parents d63e9f5944ae
children
line wrap: on
line source

{
    IBClasses = (
        {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
        {
            ACTIONS = {changeNumberOfSprites = id; selectUpdateMode = id; }; 
            CLASS = MyController; 
            LANGUAGE = ObjC; 
            OUTLETS = {"_framesPerSecond" = id; "_numSprites" = id; "_view" = id; "_window" = id; }; 
            SUPERCLASS = NSObject; 
        }, 
        {CLASS = MyCustomView; LANGUAGE = ObjC; SUPERCLASS = NSQuickDrawView; }, 
        {CLASS = MyCustomWindow; LANGUAGE = ObjC; SUPERCLASS = NSWindow; }, 
        {
            CLASS = SDLMain; 
            LANGUAGE = ObjC; 
            OUTLETS = {"_controller" = id; }; 
            SUPERCLASS = NSObject; 
        }
    ); 
    IBVersion = 1; 
}