summaryrefslogtreecommitdiff
path: root/vcl/inc/opengl/saldata.hxx
blob: fd6400c1cb943fe0a878afd66c6384e8dda34ce6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
//
//  saldata.hxx
//
//
//  Created by ptyl on 10/20/14.
//
//

#ifndef INCLUDED_VCL_INC_OPENGL_SALDATA_H
#define INCLUDED_VCL_INC_OPENGL_SALDATA_H

#include <generic/gendata.hxx>

class OpenGLSalData : public SalGenericData
{
public:
    OpenGLSalData( SalInstance *pInstance ) : SalGenericData( SAL_DATA_OPEN_GL, pInstance ) {}
    virtual void ErrorTrapPush() {}
    virtual bool ErrorTrapPop( bool ) { return false; }
};
#endif /* INCLUDED_VCL_INC_OPENGL_SALDATA_H */