Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_xmebw.c331 Pixmap arm_pix = None; in set_pixmap() local
438 arm_pix = XCreatePixmap(dpy, pix, width + shift, height + shift, depth); in set_pixmap()
446 XFillRectangle(dpy, arm_pix, gc, 0, 0, width + shift, height + shift); in set_pixmap()
449 XCopyArea(dpy, pix, arm_pix, gc, 0, 0, width, height, 2 * shift, 2 * shift); in set_pixmap()
487 eb->enhancedbutton.armed_pixmap = arm_pix; in set_pixmap()
1050 Pixmap arm_pix = eb->enhancedbutton.armed_pixmap; in free_pixmaps() local
1057 if (arm_pix != None && arm_pix != XmUNSPECIFIED_PIXMAP) in free_pixmaps()
1058 XFreePixmap(XtDisplay(eb), arm_pix); in free_pixmaps()