Another graphics benchmark compilation fix for non-MSW
Use GraphicsRenderer name for the enum in all ports.
See 573cb961cb
This commit is contained in:
parent
a8ac1e3240
commit
21a5314c52
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user