Home
last modified time | relevance | path

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

/vim-8.2.3635/src/xpm/include/
H A Dsimx.h104 FUNC(XAllocColor, int, (Display *, Colormap *, XColor *));
/vim-8.2.3635/src/
H A Dgui_gtk_vms.h86 #define XAllocColor XALLOCCOLOR macro
H A Dgui_x11.c2235 && XAllocColor(gui.dpy, colormap, &available) != 0) in gui_mch_get_rgb_color()
2243 if (XAllocColor(gui.dpy, colormap, &available) != 0) in gui_mch_get_rgb_color()
H A Dgui_xmebw.c274 status = XAllocColor(display, colormap, xcolor); in alloc_color()
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt12862 Solution: Remove find_closest_color(), XAllocColor() already does this.