Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/user32/
H A Dmenu.c350 INT caption_height; in test_GetMenuItemRect() local
375 caption_height = GetSystemMetrics(SM_CYFRAME) + GetSystemMetrics(SM_CYCAPTION); in test_GetMenuItemRect()
381 …ok(item_rect.top - (window_rect.top + caption_height) <= 1, "Expect item_rect.top %d - %d <= 1\n",… in test_GetMenuItemRect()
382 window_rect.top + caption_height); in test_GetMenuItemRect()