comparison src/gui_x11.c @ 15517:2ad5f0ffaa2e v8.1.0766

patch 8.1.0766: various problems when using Vim on VMS commit https://github.com/vim/vim/commit/88c86eb751de9e7e410b405084d35b32fafc2a24 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 17 17:13:30 2019 +0100 patch 8.1.0766: various problems when using Vim on VMS Problem: Various problems when using Vim on VMS. Solution: Various fixes. Define long_long_T. (Zoltan Arpadffy)
author Bram Moolenaar <Bram@vim.org>
date Thu, 17 Jan 2019 17:15:06 +0100
parents 41fbbcea0f1b
children 536dd2bc5ac9
comparison
equal deleted inserted replaced
15516:f9d855fe7971 15517:2ad5f0ffaa2e
28 #if defined(HAVE_XM_XPMP_H) && defined(FEAT_GUI_MOTIF) \ 28 #if defined(HAVE_XM_XPMP_H) && defined(FEAT_GUI_MOTIF) \
29 && !defined(HAVE_X11_XPM_H) 29 && !defined(HAVE_X11_XPM_H)
30 # include <Xm/XpmP.h> 30 # include <Xm/XpmP.h>
31 #else 31 #else
32 # ifdef HAVE_X11_XPM_H 32 # ifdef HAVE_X11_XPM_H
33 # include <X11/xpm.h> 33 # ifdef VMS
34 # include <xpm.h>
35 # else
36 # include <X11/xpm.h>
37 # endif
34 # endif 38 # endif
35 #endif 39 #endif
36 40
37 #ifdef FEAT_XFONTSET 41 #ifdef FEAT_XFONTSET
38 # ifdef X_LOCALE 42 # ifdef X_LOCALE