Searched refs:globalwatch (Results 1 - 1 of 1) sorted by relevance

/haiku/src/tests/kits/media/notificationtest/
H A Dmain.cpp14 bool globalwatch = true; variable
24 if (globalwatch) {
50 if (globalwatch) {
117 globalwatch = (1 == (new BAlert("","Global watching?","No","Yes"))->Go());
119 printf("Global watching : %s\n",globalwatch ? "Yes" : "No");

Completed in 31 milliseconds