Searched refs:blank_pixmap (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/vim-55/src/
H A Dgui_x11.c2490 Pixmap blank_pixmap = XCreatePixmap(gui.dpy, gui.wid, 1, 1, 1); local
2491 GC gc = XCreateGC(gui.dpy, blank_pixmap, (unsigned long)0, (XGCValues*)0);
2492 XDrawPoint(gui.dpy, blank_pixmap, gc, 0, 0);
2494 return XCreatePixmapCursor(gui.dpy, blank_pixmap, blank_pixmap,

Completed in 138 milliseconds