1
0
forked from aniani/vim

updated for version 7.0048

This commit is contained in:
Bram Moolenaar
2005-02-05 21:39:53 +00:00
parent 8089cae03b
commit 3a7c85bc13
10 changed files with 191 additions and 55 deletions

View File

@@ -18,13 +18,12 @@
*/
/*
* Enhanced Motif PushButton widget with move over behaviour.
* Enhanced Motif PushButton widget with move over behavior.
*/
#include <ctype.h>
#include <stdio.h>
#include <assert.h>
#include <auto/config.h>
#include "vim.h"
#ifdef FEAT_TOOLBAR
#include <Xm/XmP.h>
#include <Xm/DrawP.h>
@@ -1407,3 +1406,5 @@ BorderUnhighlight(Widget w)
(*(xmPushButtonClassRec.primitive_class.border_unhighlight))(w);
draw_pixmap(eb, NULL, NULL);
}
#endif /* FEAT_TOOLBAR */