comparison src/feature.h @ 18078:5ae41d0ea397 v8.1.2034

patch 8.1.2034: dark them of GTK 3 not supported Commit: https://github.com/vim/vim/commit/50bf7ce0c9f8c3ede2d1a02c734beba9d5a0504e Author: Bram Moolenaar <Bram@vim.org> Date: Sun Sep 15 13:17:00 2019 +0200 patch 8.1.2034: dark them of GTK 3 not supported Problem: Dark them of GTK 3 not supported. Solution: Add the "d" flag in 'guioptions'. (Jonathan Conder, closes https://github.com/vim/vim/issues/4934)
author Bram Moolenaar <Bram@vim.org>
date Sun, 15 Sep 2019 13:30:04 +0200
parents 46f95606b9ec
children e0ec4cd7a865
comparison
equal deleted inserted replaced
18077:9011f5cb5a0c 18078:5ae41d0ea397
645 #if defined(FEAT_TOOLBAR) && !defined(FEAT_MENU) 645 #if defined(FEAT_TOOLBAR) && !defined(FEAT_MENU)
646 # define FEAT_MENU 646 # define FEAT_MENU
647 #endif 647 #endif
648 648
649 /* 649 /*
650 * GUI dark theme variant
651 */
652 #if defined(FEAT_GUI_GTK) && defined(USE_GTK3)
653 # define FEAT_GUI_DARKTHEME
654 #endif
655
656 /*
650 * GUI tabline 657 * GUI tabline
651 */ 658 */
652 #if defined(FEAT_NORMAL) \ 659 #if defined(FEAT_NORMAL) \
653 && (defined(FEAT_GUI_GTK) \ 660 && (defined(FEAT_GUI_GTK) \
654 || (defined(FEAT_GUI_MOTIF) && defined(HAVE_XM_NOTEBOOK_H)) \ 661 || (defined(FEAT_GUI_MOTIF) && defined(HAVE_XM_NOTEBOOK_H)) \