Searched refs:XSetForeground (Results 1 – 4 of 4) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | gui_xmebw.c | 404 XSetForeground(dpy, gc, eb->core.background_pixel); in set_pixmap() 428 XSetForeground(dpy, gc, eb->core.background_pixel); in set_pixmap() 430 XSetForeground(dpy, gc, eb->primitive.top_shadow_color); in set_pixmap() 441 XSetForeground(dpy, gc, eb->pushbutton.arm_color); in set_pixmap() 443 XSetForeground(dpy, gc, eb->core.background_pixel); in set_pixmap() 466 XSetForeground(dpy, gc, eb->core.background_pixel); in set_pixmap() 471 XSetForeground(dpy, gc, eb->primitive.top_shadow_color); in set_pixmap() 474 XSetForeground(dpy, gc, eb->primitive.bottom_shadow_color); in set_pixmap()
|
| H A D | gui_x11.c | 2257 XSetForeground(gui.dpy, gui.text_gc, (Pixel)color); in gui_mch_set_fg_color() 2308 XSetForeground(gui.dpy, gui.text_gc, prev_sp_color); in draw_curl() 2315 XSetForeground(gui.dpy, gui.text_gc, prev_fg_color); in draw_curl() 2414 XSetForeground(gui.dpy, gui.text_gc, prev_bg_color); in gui_mch_draw_string() 2417 XSetForeground(gui.dpy, gui.text_gc, prev_fg_color); in gui_mch_draw_string() 2469 XSetForeground(gui.dpy, gui.text_gc, prev_sp_color); in gui_mch_draw_string() 2472 XSetForeground(gui.dpy, gui.text_gc, prev_fg_color); in gui_mch_draw_string()
|
| H A D | gui_at_fs.c | 2221 XSetForeground(gui.dpy, SFtextGC, fg); in SFsetColors() 2222 XSetForeground(gui.dpy, SFlineGC, fg); in SFsetColors() 2226 XSetForeground(gui.dpy, SFinvertGC, fg ^ bg); in SFsetColors()
|
| H A D | gui_gtk_vms.h | 264 #define XSetForeground XSETFOREGROUND macro
|