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

/xsrc/external/mit/ctwm/dist/tests/layout/
H A Dtest_monitor_layout.c68 #define CHK_MON_VAL(mon, fld, val) do { \ macro
76 CHK_MON_VAL(0, x, 0);
77 CHK_MON_VAL(0, y, 0);
78 CHK_MON_VAL(0, width, 1024);
79 CHK_MON_VAL(0, height, 768);
81 CHK_MON_VAL(1, x, 1024);
82 CHK_MON_VAL(1, y, 0);
83 CHK_MON_VAL(1, width, 768);
84 CHK_MON_VAL(1, height, 1024);
86 CHK_MON_VAL(
[all...]

Completed in 3 milliseconds