gfx/src/nsGfxCIID.h

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/gfx/src/nsGfxCIID.h	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,21 @@
     1.4 +/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
     1.5 +/* This Source Code Form is subject to the terms of the Mozilla Public
     1.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this
     1.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
     1.8 +
     1.9 +#ifndef nsGfxCIID_h__
    1.10 +#define nsGfxCIID_h__
    1.11 +
    1.12 +#define NS_FONT_ENUMERATOR_CID \
    1.13 +{ 0xa6cf9115, 0x15b3, 0x11d2, \
    1.14 +{ 0x93, 0x2e, 0x00, 0x80, 0x5f, 0x8a, 0xdd, 0x32 } }
    1.15 +
    1.16 +#define NS_SCRIPTABLE_REGION_CID \
    1.17 +{ 0xda5b130a, 0x1dd1, 0x11b2, \
    1.18 +{ 0xad, 0x47, 0xf4, 0x55, 0xb1, 0x81, 0x4a, 0x78 } }
    1.19 +
    1.20 +#define NS_GFX_INITIALIZATION_CID \
    1.21 +{ 0x67c41576, 0x9664, 0x4ed5, \
    1.22 +{ 0x90, 0xc1, 0xf6, 0x68, 0x3f, 0xd5, 0x2c, 0x8f } }
    1.23 +
    1.24 +#endif

mercurial