1 /* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
6 #ifndef MOZILLA_IMAGELIB_ICOHEADERS_H_
7 #define MOZILLA_IMAGELIB_ICOHEADERS_H_
12 #define ICONFILEHEADERSIZE 6
13 #define ICODIRENTRYSIZE 16
14 #define PNGSIGNATURESIZE 8
15 #define BMPFILEHEADERSIZE 14
31 uint16_t mPlanes
; // ICO
32 uint16_t mXHotspot
; // CUR
35 uint16_t mBitCount
; // ICO
36 uint16_t mYHotspot
; // CUR
39 uint32_t mImageOffset
;
44 } // namespace mozilla