]> code.delx.au - gnu-emacs/blobdiff - src/xsettings.h
Rework file notifications, kqueue has problems with directory monitors
[gnu-emacs] / src / xsettings.h
index fde1fe662fb84d42a40cddfbe32847e021f9f89d..71b71d6e9221afffe8367c109e9639f33ca80ac7 100644 (file)
@@ -1,6 +1,6 @@
 /* Functions for handle font changes dynamically.
 
-Copyright (C) 2009-2014 Free Software Foundation, Inc.
+Copyright (C) 2009-2015 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -20,6 +20,10 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #ifndef XSETTINGS_H
 #define XSETTINGS_H
 
+#include <X11/Xlib.h>
+
+struct x_display_info;
+
 extern void xsettings_initialize (struct x_display_info *);
 extern void xft_settings_event (struct x_display_info *, const XEvent *);
 extern const char *xsettings_get_system_font (void);