Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dxpm_w32.c37 XImage *shp; // shapeimage in LoadXpmImage() local
43 res = XpmReadFileToImage(&hdc, filename, &img, &shp, &attr); in LoadXpmImage()
47 if (shp == NULL) in LoadXpmImage()
54 *hShape = shp->bitmap; in LoadXpmImage()