diff options
Diffstat (limited to 'src/xsettings.h')
| -rw-r--r-- | src/xsettings.h | 5 |
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 | ||
| 27 | struct x_display_info; | 28 | struct x_display_info; |
| 28 | struct pgtk_display_info; | 29 | struct pgtk_display_info; |
| 29 | 30 | ||
| 30 | #ifndef HAVE_PGTK | 31 | #ifdef HAVE_PGTK |
| 31 | typedef struct x_display_info Display_Info; | ||
| 32 | #else | ||
| 33 | typedef struct pgtk_display_info Display_Info; | 32 | typedef struct pgtk_display_info Display_Info; |
| 34 | #endif | 33 | #endif |
| 35 | 34 | ||