comparison src/gui_xmebw.c @ 2311:ccda151dde4e vim73

Support completion for ":find". (Nazri Ramliy) Cleanup white space.
author Bram Moolenaar <bram@vim.org>
date Wed, 14 Jul 2010 16:52:17 +0200
parents fc89a4f98a8b
children 3ae387af405f
comparison
equal deleted inserted replaced
2310:3e4574a4b627 2311:ccda151dde4e
141 /* This is needed to work around a bug in Lesstif 2, leaving the extension 141 /* This is needed to work around a bug in Lesstif 2, leaving the extension
142 * NULL somehow results in getting it set to an invalid pointer. */ 142 * NULL somehow results in getting it set to an invalid pointer. */
143 XmPrimitiveClassExtRec xmEnhancedButtonPrimClassExtRec = 143 XmPrimitiveClassExtRec xmEnhancedButtonPrimClassExtRec =
144 { 144 {
145 /* next_extension */ NULL, 145 /* next_extension */ NULL,
146 /* record_type */ NULLQUARK, 146 /* record_type */ NULLQUARK,
147 /* version */ XmPrimitiveClassExtVersion, 147 /* version */ XmPrimitiveClassExtVersion,
148 /* record_size */ sizeof(XmPrimitiveClassExtRec), 148 /* record_size */ sizeof(XmPrimitiveClassExtRec),
149 /* widget_baseline */ XmInheritBaselineProc, 149 /* widget_baseline */ XmInheritBaselineProc,
150 /* widget_display_rect */ XmInheritDisplayRectProc, 150 /* widget_display_rect */ XmInheritDisplayRectProc,
151 /* widget_margins */ NULL 151 /* widget_margins */ NULL
152 }; 152 };
153 153
154 XmEnhancedButtonClassRec xmEnhancedButtonClassRec = 154 XmEnhancedButtonClassRec xmEnhancedButtonClassRec =