0
0
mirror of https://github.com/vim/vim.git synced 2025-09-29 04:34:16 -04:00

updated for version 7.1b

This commit is contained in:
Bram Moolenaar
2007-05-10 17:46:55 +00:00
parent 29466f2b4f
commit a38edcde16
3 changed files with 7 additions and 5 deletions

View File

@@ -50,7 +50,7 @@
* implementation. Also missing in Motif 1.2 and earlier.
*
* We neither use XmeGetPixmapData or _XmGetPixmapData, since with LessTif the
* pixmap will not appear in it's caches properly. We cache the interresting
* pixmap will not appear in it's caches properly. We cache the interesting
* values in XmEnhancedButtonPart instead ourself.
*/
#if defined(LESSTIF_VERSION) || (XmVersion <= 1002)
@@ -1091,7 +1091,7 @@ SetValues(Widget current, Widget request, Widget new, ArgList args, Cardinal *n)
unsigned int mask;
/*
* Aritificially let the highlight appear if the mouse is over us.
* Artificially let the highlight appear if the mouse is over us.
*/
/* Best way to get the root window of object: */
XGetGeometry(dpy, XtWindow(cur), &root, &r_x, &r_y, &r_width,