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:
Benjamin Smedberg 2009-05-04 12:38:16 -04:00
parent 8d0312dc36
commit e389444b96
7 changed files with 7 additions and 7 deletions

View File

@ -51,7 +51,7 @@ XPIDLSRCS = \
nsIScriptableRegion.idl \
gfxIFormats.idl \
gfxIImageFrame.idl \
gfxtypes.idl \
gfxidltypes.idl \
$(NULL)
include $(topsrcdir)/config/rules.mk

View File

@ -42,7 +42,7 @@
* @file gfxIFormats.idl
*/
#include "gfxtypes.idl"
#include "gfxidltypes.idl"
/**
* gfxIFormats interface

View File

@ -39,7 +39,7 @@
* ***** END LICENSE BLOCK ***** */
#include "nsISupports.idl"
#include "gfxtypes.idl"
#include "gfxidltypes.idl"
#include "gfxIFormats.idl"
%{C++

View File

@ -39,7 +39,7 @@
/**
* gfx idl declarations to be used by all gfx interfaces.
* @file gfxtypes.idl
* @file gfxidltypes.idl
*/
#include "nsrootidl.idl"

View File

@ -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() {

View File

@ -39,7 +39,7 @@
* ***** END LICENSE BLOCK ***** */
#include "nsISupports.idl"
#include "gfxtypes.idl"
#include "gfxidltypes.idl"
#include "gfxIFormats.idl"
interface gfxIImageFrame;

View File

@ -38,7 +38,7 @@
* ***** END LICENSE BLOCK ***** */
#include "nsISupports.idl"
#include "gfxtypes.idl"
#include "gfxidltypes.idl"
%{C++
#include "nsRect.h"