Searched refs:gcv (Results 1 – 3 of 3) sorted by relevance
375 ChangeGCVal gcv[6]; in miOpqStipDrawable() local395 gcv[0].val = 0; in miOpqStipDrawable()396 ChangeGC(NullClient, pGCT, GCBackground, gcv); in miOpqStipDrawable()439 gcv[0].val = FillStippled; in miOpqStipDrawable()440 gcv[1].ptr = pPixmap; in miOpqStipDrawable()441 gcv[2].val = dstx - srcx; in miOpqStipDrawable()442 gcv[3].val = dsty; in miOpqStipDrawable()446 gcv); in miOpqStipDrawable()461 gcv[0].val = GXinvert; in miOpqStipDrawable()462 ChangeGC(NullClient, pGCT, GCFunction, gcv); in miOpqStipDrawable()[all …]
311 XGCValues gcv; in main() local342 gcv.background = BlackPixel(pong_clock->xdpy, in main()344 gcv.foreground = WhitePixel(pong_clock->xdpy, in main()346 gcv.graphics_exposures = False; in main()350 &gcv); in main()
108 + XGCValues gcv;110 + gcv.function = GXinvert;111 + gcv.line_width = 2;112 + gcv.subwindow_mode = IncludeInferiors;116 + &gcv);