mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Update UUIDs
This commit is contained in:
parent
fc25e4dff6
commit
c738ea2df1
@ -166,9 +166,10 @@ const PRUint8 kUseAltDCFor_CREATERC_PAINT = 0x04; // Use when creating Renderin
|
||||
const PRUint8 kUseAltDCFor_SURFACE_DIM = 0x08; // Use it for getting the Surface Dimensions
|
||||
#endif
|
||||
|
||||
// 22ef9292-c998-406f-a2db-93096d727594
|
||||
#define NS_IDEVICE_CONTEXT_IID \
|
||||
{ 0xb05ae6b9, 0x280c, 0x4b16, \
|
||||
{ 0xb1, 0x36, 0x86, 0x7c, 0x48, 0xd2, 0x15, 0x54 } }
|
||||
{ 0x22ef9292, 0xc998, 0x406f, \
|
||||
{ 0xa2, 0xdb, 0x93, 0x09, 0x6d, 0x72, 0x75, 0x94 } }
|
||||
|
||||
//a cross platform way of specifying a native palette handle
|
||||
typedef void * nsPalette;
|
||||
|
@ -80,10 +80,10 @@ typedef enum {
|
||||
#endif
|
||||
|
||||
// IID for the nsIImage interface
|
||||
// ab6af421-9552-4d18-a3f4-a2bf9d2e44f7
|
||||
// fd31e1f2-bd46-47f1-b8b6-b94ce954f9ce
|
||||
#define NS_IIMAGE_IID \
|
||||
{ 0xab6af421, 0x9552, 0x4d18, \
|
||||
{ 0xa3, 0xf4, 0xa2, 0xbf, 0x9d, 0x2e, 0x44, 0xf7 } }
|
||||
{ 0xfd31e1f2, 0xbd46, 0x47f1, \
|
||||
{ 0xb8, 0xb6, 0xb9, 0x4c, 0xe9, 0x54, 0xf9, 0xce } }
|
||||
|
||||
// Interface to Images
|
||||
class nsIImage : public nsISupports
|
||||
|
@ -97,8 +97,9 @@ typedef enum
|
||||
|
||||
|
||||
// IID for the nsIRenderingContext interface
|
||||
// a67de6b9-fffa-465c-abea-d7b394588a07
|
||||
#define NS_IRENDERING_CONTEXT_IID \
|
||||
{ 0xd91f728b, 0xd7f4, 0x4e19,{0x8b, 0xdd, 0x98, 0x99, 0x3f, 0xdf, 0xec, 0xc6}}
|
||||
{ 0xa67de6b9, 0xfffa, 0x465c,{0xab, 0xea, 0xd7, 0xb3, 0x94, 0x58, 0x8a, 0x07}}
|
||||
|
||||
//----------------------------------------------------------------------
|
||||
|
||||
|
@ -60,10 +60,10 @@ enum nsRectVisibility {
|
||||
nsRectVisibility_kZeroAreaRect
|
||||
};
|
||||
|
||||
// 8d6c85d1-5e2a-4510-aff0-505676ab9b48
|
||||
// 5a1e80e1-b51c-4f43-8950-1064bd1f39ee
|
||||
#define NS_IVIEWMANAGER_IID \
|
||||
{ 0x8d6c85d1, 0x5e2a, 0x4510, \
|
||||
{ 0xaf, 0xf0, 0x50, 0x56, 0x76, 0xab, 0x9b, 0x48 } }
|
||||
{ 0x5a1e80e1, 0xb51c, 0x4f43, \
|
||||
{ 0x89, 0x50, 0x10, 0x64, 0xbd, 0x1f, 0x39, 0xee } }
|
||||
|
||||
class nsIViewManager : public nsISupports
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user