Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_athena.c531 GC back_gc; in createXpmImages() local
536 back_gc = XCreateGC(gui.dpy, map, GCForeground, &gcvalues); in createXpmImages()
544 XFillRectangle(gui.dpy, *sen, back_gc, 0, 0, in createXpmImages()
549 XFreeGC(gui.dpy, back_gc); in createXpmImages()
H A Dgui_x11.c1328 gui.back_gc = XtGetGC(vimShell, gc_mask, &gc_vals); in gui_mch_init()
1515 if (gui.back_gc != NULL) in gui_mch_new_colors()
1516 XChangeGC(gui.dpy, gui.back_gc, gc_mask, &gc_vals); in gui_mch_new_colors()
1997 XSetFont(gui.dpy, gui.back_gc, fid); in gui_mch_set_font()
2740 XFillRectangle(gui.dpy, gui.wid, gui.back_gc, x, FILL_Y(row1), in gui_mch_clear_block()
H A Dgui.h346 GC back_gc; member