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

/xsrc/external/mit/ctwm/dist/tests/layout/
H A Dtest_layout.c381 RArea got_area, expected_area; local in function:read_test_from_file
387 got_area = RLayoutFull(layout, &win);
390 got_area = RLayoutFullHoriz(layout, &win);
393 got_area = RLayoutFullVert(layout, &win);
396 got_area = RLayoutFull1(layout, &win);
399 got_area = RLayoutFullHoriz1(layout, &win);
402 got_area = RLayoutFullVert1(layout, &win);
411 if(memcmp(&got_area, &expected_area, sizeof(got_area)) != 0) {
416 got_area
[all...]

Completed in 4 milliseconds