mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
More build bustage from Bug 596451 part D. Explicitly initialize the const structures for GCC.
This commit is contained in:
parent
d80dc9a81e
commit
980b674f06
@ -42,7 +42,7 @@
|
||||
namespace mozilla {
|
||||
namespace gfx {
|
||||
|
||||
static const cairo_user_data_key_t SHAREDDIB_KEY;
|
||||
static const cairo_user_data_key_t SHAREDDIB_KEY = {0};
|
||||
|
||||
static const long kBytesPerPixel = 4;
|
||||
|
||||
|
@ -44,7 +44,7 @@
|
||||
|
||||
using mozilla::ipc::SharedMemory;
|
||||
|
||||
static const cairo_user_data_key_t SHM_KEY;
|
||||
static const cairo_user_data_key_t SHM_KEY = {0};
|
||||
|
||||
typedef struct _SharedImageInfo
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user