Lines Matching refs:cur_beval
4011 static BalloonEval *cur_beval = NULL; variable
8593 if (cur_beval == NULL || cur_beval->showState == ShS_SHOWING || !p_beval) in BevalTimerProc()
8607 && (cur_beval->showState != ShS_PENDING in BevalTimerProc()
8608 || abs(cur_beval->x - pt.x) > 3 in BevalTimerProc()
8609 || abs(cur_beval->y - pt.y) > 3)) in BevalTimerProc()
8613 cur_beval->showState = ShS_PENDING; in BevalTimerProc()
8614 cur_beval->x = pt.x; in BevalTimerProc()
8615 cur_beval->y = pt.y; in BevalTimerProc()
8619 if (cur_beval->msgCB != NULL) in BevalTimerProc()
8620 (*cur_beval->msgCB)(cur_beval, 0); in BevalTimerProc()
8666 gui_mch_disable_beval_area(cur_beval); in gui_mch_post_balloon()
8700 cur_beval = beval; in gui_mch_create_beval_area()
8714 if (cur_beval != NULL) in Handle_WM_Notify()
8724 delete_tooltip(cur_beval); in Handle_WM_Notify()
8725 gui_mch_enable_beval_area(cur_beval); in Handle_WM_Notify()
8728 cur_beval->showState = ShS_NEUTRAL; in Handle_WM_Notify()