Bug #174471. Turn on native themes for gtk2. Not part of the default builds.

This commit is contained in:
blizzard%redhat.com 2003-05-02 19:38:01 +00:00
parent 4a19167b35
commit 26d96c2dbf

View File

@ -114,6 +114,13 @@ ifdef MOZ_ENABLE_GTK2
CPPSRCS += \
nsRegionGTK2.cpp \
$(NULL)
ifdef NATIVE_THEME_SUPPORT
CSRCS += gtk2drawing.c
CPPSRCS += nsNativeThemeGTK.cpp
DEFINES += -DNATIVE_THEME_SUPPORT
endif
endif
ifdef MOZ_ENABLE_XPRINT