Searched refs:sbheight (Results 1 – 1 of 1) sorted by relevance
3934 INT sbheight = GetSystemMetrics( SM_CYHSCROLL); in test_nccalcscroll() local3943 nccalchelper( hwnd, 100, sbheight, &rc1); in test_nccalcscroll()3944 ok( rc1.bottom - rc1.top == sbheight, "Height should be %d size is %s\n", sbheight, in test_nccalcscroll()3948 nccalchelper( hwnd, 100, sbheight + 1, &rc1); in test_nccalcscroll()