On Sun, Aug 22, 2010 at 4:19 PM, Tony Mechelynck wrote: > > I see in various places in this patch (in the + lines) > > ... defined(FEAT_GUI_X11) || defined(FEAT_GUI_GTK) ... > > ... !defined(FEAT_GUI_X11) && !defined(FEAT_GUI_GTK) ... > > Isn't the GTK2 GUI an X11 GUI? I mean, is it possible to have FEAT_GUI_GTK > true and FEAT_GUI_X11 false? If, as I think, it isn't, then those #if > clauses can be simplified. >
When FEAT_GUI_GTK is defined, then FEAT_GUI_X11 is not defined. FEAT_GUI_X11 could be called more appropriately FEAT_GUI_XT, see http://en.wikipedia.org/wiki/Xlib. Xavier -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
