Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_xmebw.c333 Pixmap high_pix = None; in set_pixmap() local
425 high_pix = XCreatePixmap(dpy, root, width + shift, height + shift, depth); in set_pixmap()
433 XFillRectangle(dpy, high_pix, gc, 0, 0, width + shift, height + shift); in set_pixmap()
436 XCopyArea(dpy, pix, high_pix, gc, 0, 0, width, height, 0, 0); in set_pixmap()
485 eb->enhancedbutton.highlight_pixmap = high_pix; in set_pixmap()
1052 Pixmap high_pix = eb->enhancedbutton.highlight_pixmap; in free_pixmaps() local
1063 if (high_pix != None && high_pix != XmUNSPECIFIED_PIXMAP) in free_pixmaps()
1064 XFreePixmap(XtDisplay(eb), high_pix); in free_pixmaps()