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;
|
||||
|
||||
#ifdef __WXMSW__
|
||||
enum GraphRenderer { Default, GDIPlus, Direct2D, Cairo };
|
||||
enum GraphicsRenderer { Default, GDIPlus, Direct2D, Cairo };
|
||||
#else
|
||||
enum GraphicsRenderer { Default };
|
||||
#endif // __WXMSW__ / !__WXMSW__
|
||||
GraphRenderer renderer;
|
||||
GraphicsRenderer renderer;
|
||||
} opts;
|
||||
|
||||
class GraphicsBenchmarkFrame : public wxFrame
|
||||
|
Reference in New Issue
Block a user