comparison src/gui.h @ 15605:62b3805506b3 v8.1.0810

patch 8.1.0810: too many #ifdefs commit https://github.com/vim/vim/commit/264b74fa545edfb92c0d7d08a02c26331cc5b168 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 24 17:18:42 2019 +0100 patch 8.1.0810: too many #ifdefs Problem: Too many #ifdefs. Solution: Graduate FEAT_MBYTE, part 4.
author Bram Moolenaar <Bram@vim.org>
date Thu, 24 Jan 2019 17:30:08 +0100
parents aab5947be7c5
children 7fad90423bd2
comparison
equal deleted inserted replaced
15604:5d64befd4ab4 15605:62b3805506b3
301 GuiFontset menu_fontset; /* set of fonts for multi-byte chars */ 301 GuiFontset menu_fontset; /* set of fonts for multi-byte chars */
302 # else 302 # else
303 GuiFont menu_font; /* menu item font */ 303 GuiFont menu_font; /* menu item font */
304 # endif 304 # endif
305 #endif 305 #endif
306 #ifdef FEAT_MBYTE
307 GuiFont wide_font; /* Normal 'guifontwide' font */ 306 GuiFont wide_font; /* Normal 'guifontwide' font */
308 # ifndef FEAT_GUI_GTK 307 #ifndef FEAT_GUI_GTK
309 GuiFont wide_bold_font; /* Bold 'guifontwide' font */ 308 GuiFont wide_bold_font; /* Bold 'guifontwide' font */
310 GuiFont wide_ital_font; /* Italic 'guifontwide' font */ 309 GuiFont wide_ital_font; /* Italic 'guifontwide' font */
311 GuiFont wide_boldital_font; /* Bold-Italic 'guifontwide' font */ 310 GuiFont wide_boldital_font; /* Bold-Italic 'guifontwide' font */
312 # endif
313 #endif 311 #endif
314 #ifdef FEAT_XFONTSET 312 #ifdef FEAT_XFONTSET
315 GuiFontset fontset; /* set of fonts for multi-byte chars */ 313 GuiFontset fontset; /* set of fonts for multi-byte chars */
316 #endif 314 #endif
317 guicolor_T back_pixel; /* Color of background */ 315 guicolor_T back_pixel; /* Color of background */