Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_xmebw.c311 Pixmap sen_pix; in set_pixmap() local
402 sen_pix = XCreatePixmap(dpy, root, width + shift, height + shift, depth); in set_pixmap()
405 XFillRectangle(dpy, sen_pix, gc, 0, 0, width + shift, height + shift); in set_pixmap()
408 XCopyArea(dpy, pix, sen_pix, gc, 0, 0, width, height, shift, shift); in set_pixmap()
484 eb->enhancedbutton.normal_pixmap = sen_pix; in set_pixmap()