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

/haiku/src/apps/autoraise/
H A DAutoRaiseIcon.h46 volatile int32 current_window; // id member in class:TrayView
H A DAutoRaiseIcon.cpp224 current_window = 0;
405 volatile int32 tok = tv->current_window;
416 PRINT(("tok = %" B_PRId32 " cw = %" B_PRId32 "\n", tok, tv->current_window));
417 if (tok == tv->current_window) {
432 volatile int32 tok = tv->current_window;
480 (wi->server_token == tv->current_window))
484 tv->current_window = wi->server_token;

Completed in 81 milliseconds