From: Stefan Monnier Date: Fri, 23 Apr 2010 15:50:48 +0000 (-0400) Subject: * gtkutil.c: Include xsettings.h for Ftool_bar_get_system_style. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~416 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ff5dec5cd103f6a9b030d295b014f0ff81025def;p=emacs.git * gtkutil.c: Include xsettings.h for Ftool_bar_get_system_style. --- diff --git a/src/ChangeLog b/src/ChangeLog index 966fc74744d..161bdb80e15 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2010-04-23 Stefan Monnier + + * gtkutil.c: Include xsettings.h for Ftool_bar_get_system_style. + 2010-04-23 Eli Zaretskii Support `display' text properties and overlay strings in bidi diff --git a/src/gtkutil.c b/src/gtkutil.c index d9312909bf3..c0e5c6f970f 100644 --- a/src/gtkutil.c +++ b/src/gtkutil.c @@ -35,6 +35,7 @@ along with GNU Emacs. If not, see . */ #include "charset.h" #include "coding.h" #include +#include "xsettings.h" #ifdef HAVE_XFT #include