Subversion Repositories filter_foundry

Rev

Rev 193 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
259 daniel-mar 1
#include "ASConfig.h"
2
 
3
#include <quickdraw.h>
4
 
5
#include "astypes.h"
6
#include "spplugs.h"
7
 
8
#include "common.h"
9
 
10
void SetPlatformCursor(SPPluginRef pluginRef, int nCursorID)
11
{
12
        ASErr e = kNoErr;
13
        CursHandle cursor;
14
 
15
        if ( cursor = GetCursor( nCursorID ) )
16
                SetCursor( *cursor );
17
}