Home
last modified time | relevance | path

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

/dports/games/tbclock/tbclock-1.10/
H A Dxtbclock.c52 XColor green_col; in main() local
59 XParseColor(dpy, colormap, green, &green_col); in main()
60 XAllocColor(dpy, colormap, &green_col); in main()
61 XSetForeground(dpy, green_gc, green_col.pixel); in main()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/tests/
H A Dtestgtk.c6905 GdkColor green_col = { 0, 0, 56000, 0}; in change_style() local
6920 style1->base[GTK_STATE_NORMAL] = green_col; in change_style()
6925 style2->fg[GTK_STATE_NORMAL] = green_col; in change_style()