Searched refs:XAllocColor (Results 1 – 5 of 5) sorted by relevance
| /vim-8.2.3635/src/xpm/include/ |
| H A D | simx.h | 104 FUNC(XAllocColor, int, (Display *, Colormap *, XColor *));
|
| /vim-8.2.3635/src/ |
| H A D | gui_gtk_vms.h | 86 #define XAllocColor XALLOCCOLOR macro
|
| H A D | gui_x11.c | 2235 && 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 D | gui_xmebw.c | 274 status = XAllocColor(display, colormap, xcolor); in alloc_color()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version8.txt | 12862 Solution: Remove find_closest_color(), XAllocColor() already does this.
|