Another graphics benchmark compilation fix for non-MSW
Use GraphicsRenderer name for the enum in all ports.
See 573cb961cb
This commit is contained in:
@@ -99,11 +99,11 @@ struct GraphicsBenchmarkOptions
|
|||||||
useGL;
|
useGL;
|
||||||
|
|
||||||
#ifdef __WXMSW__
|
#ifdef __WXMSW__
|
||||||
enum GraphRenderer { Default, GDIPlus, Direct2D, Cairo };
|
enum GraphicsRenderer { Default, GDIPlus, Direct2D, Cairo };
|
||||||
#else
|
#else
|
||||||
enum GraphicsRenderer { Default };
|
enum GraphicsRenderer { Default };
|
||||||
#endif // __WXMSW__ / !__WXMSW__
|
#endif // __WXMSW__ / !__WXMSW__
|
||||||
GraphRenderer renderer;
|
GraphicsRenderer renderer;
|
||||||
} opts;
|
} opts;
|
||||||
|
|
||||||
class GraphicsBenchmarkFrame : public wxFrame
|
class GraphicsBenchmarkFrame : public wxFrame
|
||||||
|
Reference in New Issue
Block a user