diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-02-27 00:08:02 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-02-27 00:08:02 +0000 |
commit | a23ccb8ac6c470d72eb3d081625926965d3a9f52 (patch) | |
tree | 16faa02ddbe83b3b1b35cafea7ea661e748cfbcd /src/feature.h | |
parent | 1cad2925030b60643dfa9bf441da146ec6e7c014 (diff) | |
download | vim-git-a23ccb8ac6c470d72eb3d081625926965d3a9f52.tar.gz |
updated for version 7.0208
Diffstat (limited to 'src/feature.h')
-rw-r--r-- | src/feature.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/feature.h b/src/feature.h index e2d90132f..34b673d5d 100644 --- a/src/feature.h +++ b/src/feature.h @@ -1194,6 +1194,11 @@ # define FEAT_BEVAL_TIP /* balloon eval used for toolbar tooltip */ #endif +/* both Motif and Athena are X11 and share some code */ +#if defined(FEAT_GUI_MOTIF) || defined(FEAT_GUI_ATHENA) +# define FEAT_GUI_X11 +#endif + #if defined(FEAT_SUN_WORKSHOP) || defined(FEAT_NETBEANS_INTG) /* * The following features are (currently) only used by Sun Visual WorkShop 6 |