Home
last modified time | relevance | path

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

/dports/cad/xcircuit/xcircuit-3.10.30/
H A Dxcwin32.h312 #define XSetForeground(dpy,gc,c) WinSetForeground(gc,c)
384 void WinSetForeground(GC gc, int rgb);
H A Dxcwin32.c664 void WinSetForeground(GC gc, int color) in WinSetForeground() function