Home
last modified time | relevance | path

Searched refs:bgObserve (Results 1 – 10 of 10) sorted by relevance

/dports/games/xboard-devel/xboard-f49e7e1/
H A Dcommon.h674 Boolean bgObserve; /* [HGM] bughouse */ member
H A Dargs.h656 { "backgroundObserve", ArgBoolean, (void *) &appData.bgObserve, TRUE, (ArgIniType) FALSE },
H A Dbackend.c4094 if(appData.bgObserve && partnerBoardValid) DrawPosition(TRUE, partnerBoard); in read_from_ics()
4244 } else if(appData.bgObserve) { // [HGM] bughouse: holdings of other game => background in read_from_ics()
4411 && newGameMode == IcsObserving && gamenum != ics_gamenum && appData.bgObserve) { in ParseBoard12()
4455 if(appData.dualBoard && appData.bgObserve) { in ParseBoard12()
7815 && !appData.zippyPlay && appData.bgObserve) { // [HGM] bughouse: show background game in RightClick()
H A Ddialogs.c684 { 0, 0, 0, NULL, (void*) &appData.bgObserve, "", NULL, CheckBox, N_("Background Observe while Pla…
/dports/games/xboard/xboard-4.9.1/
H A Dcommon.h682 Boolean bgObserve; /* [HGM] bughouse */ member
H A Dargs.h661 { "backgroundObserve", ArgBoolean, (void *) &appData.bgObserve, TRUE, (ArgIniType) FALSE },
H A Dbackend.c4104 if(appData.bgObserve && partnerBoardValid) DrawPosition(TRUE, partnerBoard); in read_from_ics()
4262 } else if(appData.bgObserve) { // [HGM] bughouse: holdings of other game => background in read_from_ics()
4429 && newGameMode == IcsObserving && gamenum != ics_gamenum && appData.bgObserve) { in ParseBoard12()
4473 if(appData.dualBoard && appData.bgObserve) { in ParseBoard12()
7971 && !appData.zippyPlay && appData.bgObserve) { // [HGM] bughouse: show background game in RightClick()
H A Ddialogs.c689 { 0, 0, 0, NULL, (void*) &appData.bgObserve, "", NULL, CheckBox, N_("Background Observe while Pla…
/dports/games/xboard-devel/xboard-f49e7e1/winboard/
H A Dwoptions.c1233 CHECK_BOX(OPT_BgObserve, appData.bgObserve); in IcsOptionsDialog()
1319 appData.bgObserve = IS_CHECKED(OPT_BgObserve); in IcsOptionsDialog()
/dports/games/xboard/xboard-4.9.1/winboard/
H A Dwoptions.c1238 CHECK_BOX(OPT_BgObserve, appData.bgObserve); in IcsOptionsDialog()
1324 appData.bgObserve = IS_CHECKED(OPT_BgObserve); in IcsOptionsDialog()