mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-02-09 07:20:35 +01:00
[win32] Add SHADEBLENDCAPS and SB_NONE definitions for older SDKs
(cherry picked from 7a68b7d035b1c63076d6fa6c54d40944459d206d commit)
This commit is contained in:
parent
92a015ff8e
commit
244c111fca
1 changed files with 8 additions and 0 deletions
|
|
@ -39,6 +39,14 @@
|
|||
#include "cairoint.h"
|
||||
#include "cairo-win32-private.h"
|
||||
|
||||
/* for older SDKs */
|
||||
#ifndef SHADEBLENDCAPS
|
||||
#define SHADEBLENDCAPS 120
|
||||
#endif
|
||||
#ifndef SB_NONE
|
||||
#define SB_NONE 0x00000000
|
||||
#endif
|
||||
|
||||
static const cairo_surface_backend_t cairo_win32_surface_backend;
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue