| 173 | return (FALSE); |
| 174 | } |
| 175 | static int |
| 176 | gc_touch(GRECT *frame, GRECT *test) |
| 177 | { |
| 178 | GRECT tmp = { test->g_x - 1, test->g_y - 1, test->g_w + 2, |
| 179 | test->g_h + 2 }; |
| 180 | return (rc_intersect(frame, &tmp)); |
| 181 | } |
| 182 | static void |
| 183 | gc_combine(GRECT *frame, GRECT *test) |
| 184 | { |