From c0313715e43fb806eac24b5167e8b08829da8a13 Mon Sep 17 00:00:00 2001 From: vidur Date: Tue, 23 Jun 1998 18:49:06 +0000 Subject: [PATCH] Changed over to asynchronous image loading --- gfx/src/makefile.win | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gfx/src/makefile.win b/gfx/src/makefile.win index 3c1bde292225..b8fd33f41381 100644 --- a/gfx/src/makefile.win +++ b/gfx/src/makefile.win @@ -27,7 +27,7 @@ REQUIRES=util img xpcom raptor netlib DEFINES=-D_IMPL_NS_GFX -DWIN32_LEAN_AND_MEAN CPPSRCS=nsColor.cpp nsColorNames.cpp nsColorNamesRGB.cpp nsFont.cpp \ - nsImageGroup.cpp nsImageManager.cpp nsImageNetContext.cpp \ + nsImageGroup.cpp nsImageManager.cpp nsImageNetContextAsync.cpp \ nsImageRenderer.cpp nsImageRequest.cpp nsImageSystemServices.cpp \ nsImageURL.cpp nsRect.cpp nsTransform2D.cpp nsFontCache.cpp @@ -40,7 +40,7 @@ EXPORTS=nsColor.h nsColorNames.h nsCoord.h nsFont.h nsRect.h nsPoint.h \ CPP_OBJS=.\$(OBJDIR)\nsColor.obj .\$(OBJDIR)\nsColorNames.obj \ .\$(OBJDIR)\nsColorNamesRGB.obj .\$(OBJDIR)\nsFont.obj \ .\$(OBJDIR)\nsImageGroup.obj .\$(OBJDIR)\nsImageManager.obj \ - .\$(OBJDIR)\nsImageNetContext.obj .\$(OBJDIR)\nsImageRenderer.obj \ + .\$(OBJDIR)\nsImageNetContextAsync.obj .\$(OBJDIR)\nsImageRenderer.obj \ .\$(OBJDIR)\nsImageRequest.obj .\$(OBJDIR)\nsImageSystemServices.obj \ .\$(OBJDIR)\nsImageURL.obj .\$(OBJDIR)\nsRect.obj \ .\$(OBJDIR)\nsTransform2D.obj .\$(OBJDIR)\nsFontCache.obj