| 356 | |
| 357 | |
| 358 | int _vgl_getAutotestFrame(Display *dpy, Drawable d) |
| 359 | { |
| 360 | if(faker::getAutotestDisplay() == dpy |
| 361 | && faker::getAutotestDrawable() == (long)d) |
| 362 | return faker::getAutotestFrame(); |
| 363 | |
| 364 | return -1; |
| 365 | } |
| 366 | |
| 367 | // These functions allow image transport plugins or applications to temporarily |
| 368 | // disable/re-enable the faker on a per-thread basis. |
no outgoing calls