mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 486064 - gfxtypes.h and gfxTypes.h conflict in flattened include directories on case-insensitive filesystems, r=joe
--HG-- rename : gfx/idl/gfxtypes.idl => gfx/idl/gfxidltypes.idl
This commit is contained in:
parent
8d0312dc36
commit
e389444b96
@ -51,7 +51,7 @@ XPIDLSRCS = \
|
||||
nsIScriptableRegion.idl \
|
||||
gfxIFormats.idl \
|
||||
gfxIImageFrame.idl \
|
||||
gfxtypes.idl \
|
||||
gfxidltypes.idl \
|
||||
$(NULL)
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
@ -42,7 +42,7 @@
|
||||
* @file gfxIFormats.idl
|
||||
*/
|
||||
|
||||
#include "gfxtypes.idl"
|
||||
#include "gfxidltypes.idl"
|
||||
|
||||
/**
|
||||
* gfxIFormats interface
|
||||
|
@ -39,7 +39,7 @@
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
#include "nsISupports.idl"
|
||||
#include "gfxtypes.idl"
|
||||
#include "gfxidltypes.idl"
|
||||
#include "gfxIFormats.idl"
|
||||
|
||||
%{C++
|
||||
|
@ -39,7 +39,7 @@
|
||||
|
||||
/**
|
||||
* gfx idl declarations to be used by all gfx interfaces.
|
||||
* @file gfxtypes.idl
|
||||
* @file gfxidltypes.idl
|
||||
*/
|
||||
|
||||
#include "nsrootidl.idl"
|
@ -56,7 +56,7 @@
|
||||
|
||||
// This controls whether we're using integers or floats for coordinates. We
|
||||
// want to eventually use floats. If you change this, you need to manually
|
||||
// change the definition of nscoord in gfx/idl/gfxtypes.idl.
|
||||
// change the definition of nscoord in gfx/idl/gfxidltypes.idl.
|
||||
//#define NS_COORD_IS_FLOAT
|
||||
|
||||
inline float NS_IEEEPositiveInfinity() {
|
||||
|
@ -39,7 +39,7 @@
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
#include "nsISupports.idl"
|
||||
#include "gfxtypes.idl"
|
||||
#include "gfxidltypes.idl"
|
||||
#include "gfxIFormats.idl"
|
||||
|
||||
interface gfxIImageFrame;
|
||||
|
@ -38,7 +38,7 @@
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
#include "nsISupports.idl"
|
||||
#include "gfxtypes.idl"
|
||||
#include "gfxidltypes.idl"
|
||||
|
||||
%{C++
|
||||
#include "nsRect.h"
|
||||
|
Loading…
Reference in New Issue
Block a user