mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 913821 - TextureID should be uint64 in the ipdl code. r=sotaro
This commit is contained in:
parent
cbcf9293ca
commit
91f8be1b2c
@ -392,7 +392,7 @@ struct OpTextureSwap {
|
||||
|
||||
struct ReplyTextureRemoved {
|
||||
PCompositable compositable;
|
||||
uint32_t textureId;
|
||||
uint64_t textureId;
|
||||
};
|
||||
|
||||
// Unit of a "changeset reply". This is a weird abstraction, probably
|
||||
|
Loading…
Reference in New Issue
Block a user