| 346 | |
| 347 | |
| 348 | int _vgl_getAutotestColor(Display *dpy, Drawable d, int right) |
| 349 | { |
| 350 | if(faker::getAutotestDisplay() == dpy |
| 351 | && faker::getAutotestDrawable() == (long)d) |
| 352 | return right ? faker::getAutotestRColor() : faker::getAutotestColor(); |
| 353 | |
| 354 | return -1; |
| 355 | } |
| 356 | |
| 357 | |
| 358 | int _vgl_getAutotestFrame(Display *dpy, Drawable d) |
no outgoing calls