mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-10 09:19:28 +00:00
Bug #174471. Turn on native themes for gtk2. Not part of the default builds.
This commit is contained in:
parent
4a19167b35
commit
26d96c2dbf
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user