Derive nsDeviceContextUnix from nsDeviceContext and removed redudant methods

and fields
This commit is contained in:
kmcclusk%netscape.com 1998-08-03 23:06:05 +00:00
parent 387bd846ea
commit 818ad3c3f4

View File

@ -32,12 +32,12 @@ LCFLAGS=-D_IMPL_NS_GFX
CPPSRCS=nsColor.cpp nsColorNames.cpp nsColorNamesRGB.cpp nsFont.cpp \
nsImageGroup.cpp nsImageManager.cpp nsImageNetContextAsync.cpp \
nsImageRenderer.cpp nsImageRequest.cpp nsImageSystemServices.cpp \
nsImageURL.cpp nsRect.cpp nsTransform2D.cpp nsFontCache.cpp
nsImageURL.cpp nsRect.cpp nsTransform2D.cpp nsFontCache.cpp nsDeviceContext.cpp
EXPORTS=nsColor.h nsColorNames.h nsCoord.h nsFont.h nsRect.h nsPoint.h \
nsSize.h nsMargin.h nsTransform2D.h nsIRenderingContext.h \
nsIFontMetrics.h nsIImageManager.h nsIImageGroup.h nsIImageRequest.h \
nsIImageObserver.h nsIDeviceContext.h nsIFontCache.h nsIImage.h nsIBlender.h \
nsIImageObserver.h nsDeviceContext.h nsIDeviceContext.h nsIFontCache.h nsIImage.h nsIBlender.h \
nsGfxCIID.h nsIRegion.h
include $(DEPTH)/config/rules.mk