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
Родитель c0f0cca806
Коммит ea67c858f0
7 изменённых файлов: 7 добавлений и 7 удалений

Просмотреть файл

@ -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"