mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-25 04:30:25 +01:00
win32-printing: define GRADIENT_FILL_RECT_H bug #14107
Older versions of mingw do not define this.
This commit is contained in:
parent
0086db893c
commit
eabd28a655
1 changed files with 4 additions and 0 deletions
|
|
@ -70,6 +70,10 @@
|
|||
# define FEATURESETTING_PSLEVEL 0x0002
|
||||
#endif
|
||||
|
||||
#if !defined(GRADIENT_FILL_RECT_H)
|
||||
# define GRADIENT_FILL_RECT_H 0x00
|
||||
#endif
|
||||
|
||||
#define PELS_72DPI ((LONG)(72. / 0.0254))
|
||||
|
||||
static const cairo_surface_backend_t cairo_win32_printing_surface_backend;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue