Home
last modified time | relevance | path

Searched refs:gcvm (Results 1 – 7 of 7) sorted by relevance

/dports/games/xjewel/xjewel-1.6/
H A Djewel.c391 LogoGC=XCreateGC(xw_display, xw_window, gcvm, &gcv); in Init_Jewel()
397 Logo2GC=XCreateGC(xw_display, xw_window, gcvm, &gcv); in Init_Jewel()
403 BorderGC=XCreateGC(xw_display, xw_window, gcvm, &gcv); in Init_Jewel()
416 PiecesGC[PIECE1]=XCreateGC(xw_display, xw_window, gcvm, &gcv); in Init_Jewel()
422 PiecesGC[PIECE2]=XCreateGC(xw_display, xw_window, gcvm, &gcv); in Init_Jewel()
428 PiecesGC[PIECE3]=XCreateGC(xw_display, xw_window, gcvm, &gcv); in Init_Jewel()
434 PiecesGC[PIECE4]=XCreateGC(xw_display, xw_window, gcvm, &gcv); in Init_Jewel()
495 gcvm|=GCFont; in Init_Jewel()
501 VerGC=XCreateGC(xw_display, xw_window, gcvm, &gcv); in Init_Jewel()
507 HighScoreGC=XCreateGC(xw_display, xw_window, gcvm, &gcv); in Init_Jewel()
[all …]
H A Dintro.c191 unsigned long gcvm; in Init_Intro() local
193 gcvm=(GCGraphicsExposures | GCForeground | GCBackground | GCPlaneMask); in Init_Intro()
199 YelGC=XCreateGC(xw_display, xw_window, gcvm, &gcv); in Init_Intro()
201 GreenGC=XCreateGC(xw_display, xw_window, gcvm, &gcv); in Init_Intro()
208 gcvm|=GCFont; in Init_Intro()
211 PresGC=XCreateGC(xw_display, xw_window, gcvm, &gcv); in Init_Intro()
H A Dhelp.c109 unsigned long gcvm; in Init_Help() local
111 gcvm=(GCFont | GCGraphicsExposures | GCForeground | GCBackground); in Init_Help()
120 SymbolGC=XCreateGC(xw_display, xw_window, gcvm, &gcv); in Init_Help()
125 HeaderGC=XCreateGC(xw_display, xw_window, gcvm, &gcv); in Init_Help()
H A Dxw.c346 unsigned long gcvm; local
418 gcvm = (GCGraphicsExposures | GCForeground | GCBackground /*| GCFont*/);
459 xw_gc = XCreateGC(xw_display, xw_window, gcvm, &gcv);
H A Dxhscore.c55 unsigned long gcvm = (GCGraphicsExposures | GCForeground | GCBackground); in Init_Draw_High_Scores() local
62 SkuleGC = XCreateGC(xw_display, xw_window, gcvm, &gcv); in Init_Draw_High_Scores()
/dports/games/ishido/ishido-1.1/
H A Dgl.c283 unsigned long gcvm; local
304 gcvm = GCForeground | GCBackground | GCFont;
316 gl_gc = XCreateGC(gl_display, gl_window, gcvm, &gcv);
/dports/x11-toolkits/xforms/xforms-1.2.4/lib/
H A Dtbox.c1469 unsigned long gcvm; in create_gc() local
1481 gcvm = GCGraphicsExposures | GCForeground; in create_gc()
1484 gc = XCreateGC( flx->display, FL_ObjWin( obj ), gcvm, &xgcv ); in create_gc()