comparison src/structs.h @ 28303:9849df834f1d v8.2.4677

patch 8.2.4677: the Athena GUI support is outdated Commit: https://github.com/vim/vim/commit/0b962e5685edd41b55d5427b894797e725707639 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Apr 3 18:02:37 2022 +0100 patch 8.2.4677: the Athena GUI support is outdated Problem: The Athena GUI support is outdated. Solution: Remove the Athena GUI code.
author Bram Moolenaar <Bram@vim.org>
date Sun, 03 Apr 2022 19:15:04 +0200
parents 20f6b0cdf38c
children fabe722b24e9
comparison
equal deleted inserted replaced
28302:d81a8f2db704 28303:9849df834f1d
4001 #ifdef FEAT_GUI_MOTIF 4001 #ifdef FEAT_GUI_MOTIF
4002 int sensitive; // turn button on/off 4002 int sensitive; // turn button on/off
4003 char **xpm; // pixmap data 4003 char **xpm; // pixmap data
4004 char *xpm_fname; // file with pixmap data 4004 char *xpm_fname; // file with pixmap data
4005 #endif 4005 #endif
4006 #ifdef FEAT_GUI_ATHENA
4007 Pixmap image; // Toolbar image
4008 #endif
4009 #ifdef FEAT_BEVAL_TIP 4006 #ifdef FEAT_BEVAL_TIP
4010 BalloonEval *tip; // tooltip for this menu item 4007 BalloonEval *tip; // tooltip for this menu item
4011 #endif 4008 #endif
4012 #ifdef FEAT_GUI_MSWIN 4009 #ifdef FEAT_GUI_MSWIN
4013 UINT id; // Id of menu item 4010 UINT id; // Id of menu item