mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
[PATCH 2/9] Bug 751418 - Add our own GrUserConfig r=mattwoodrow
From 4c25387e6e6cdb55f19e51631a78c3fa9b4a3c73 Mon Sep 17 00:00:00 2001 --- gfx/skia/include/gpu/GrUserConfig.h | 6 ++++++ 1 file changed, 6 insertions(+)
This commit is contained in:
parent
7a6d5dad8e
commit
b7e252817d
@ -64,6 +64,12 @@
|
||||
#define GR_TEXT_SCALAR_IS_FIXED 0
|
||||
#define GR_TEXT_SCALAR_IS_FLOAT 1
|
||||
|
||||
/*
|
||||
* This allows us to set a callback to be called before each GL call to ensure
|
||||
* that our context is set correctly
|
||||
*/
|
||||
#define GR_GL_PER_GL_FUNC_CALLBACK 1
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user