aboutsummaryrefslogtreecommitdiffstats
path: root/src/xsettings.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xsettings.h')
-rw-r--r--src/xsettings.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/xsettings.h b/src/xsettings.h
index 266526df101..ccaa36489d0 100644
--- a/src/xsettings.h
+++ b/src/xsettings.h
@@ -21,15 +21,14 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
21#define XSETTINGS_H 21#define XSETTINGS_H
22 22
23#ifndef HAVE_PGTK 23#ifndef HAVE_PGTK
24#include "dispextern.h"
24#include <X11/Xlib.h> 25#include <X11/Xlib.h>
25#endif 26#endif
26 27
27struct x_display_info; 28struct x_display_info;
28struct pgtk_display_info; 29struct pgtk_display_info;
29 30
30#ifndef HAVE_PGTK 31#ifdef HAVE_PGTK
31typedef struct x_display_info Display_Info;
32#else
33typedef struct pgtk_display_info Display_Info; 32typedef struct pgtk_display_info Display_Info;
34#endif 33#endif
35 34