chiark / gitweb /
much fixes for new arrangements
[ypp-sc-tools.web-live.git] / pctb / pages.c
index 361ea0ea9926b4cf576d1cdaedfafa5e00370477..360e71858fd5699ac0a8f933e67c4f4fad818e08 100644 (file)
@@ -249,7 +249,7 @@ void take_screenshots(void) {
 
   /* find the window and check it's on the right kind of screen */
   raise_and_get_details();
-  snapshot(&current);
+  wait_for_stability(&current,0,0);
   test= convert_page(current);
   find_structure(test);
   free(test);
@@ -286,7 +286,7 @@ void take_one_screenshot(void) {
   
   raise_and_get_details();
   sync_after_input();
-  snapshot(&current);
+  wait_for_stability(&current,0,0);
   page_images[0]= convert_page(current);
   npages= 1;
 }