Home
last modified time | relevance | path

Searched refs:ins_pix (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Dgui_xmebw.c332 Pixmap ins_pix = None; in set_pixmap() local
464 ins_pix = XCreatePixmap(dpy, root, width + shift, height + shift, depth); in set_pixmap()
469 XFillRectangle(dpy, ins_pix, gc, 0, 0, width + shift, height + shift); in set_pixmap()
473 XFillRectangle(dpy, ins_pix, gc, 2 * shift, 2 * shift, width, height); in set_pixmap()
476 XFillRectangle(dpy, ins_pix, gc, 0, 0, width + shift, height + shift); in set_pixmap()
486 eb->enhancedbutton.insensitive_pixmap = ins_pix; in set_pixmap()