comparison src/graphics.cc @ 7296:c06476bb301d

[project @ 2007-12-11 21:21:32 by jwe]
author jwe
date Tue, 11 Dec 2007 21:21:33 +0000
parents c0c6aa5afff4
children ad066356989b
comparison
equal deleted inserted replaced
7295:e00828759d1b 7296:c06476bb301d
3201 adopt (parent, h); 3201 adopt (parent, h);
3202 3202
3203 xset (h, args.splice (0, 1)); 3203 xset (h, args.splice (0, 1));
3204 3204
3205 retval = h.value (); 3205 retval = h.value ();
3206
3207 if (! error_state)
3208 feval ("__request_drawnow__");
3206 } 3209 }
3207 else 3210 else
3208 error ("__go%s__: unable to create graphics handle", 3211 error ("__go%s__: unable to create graphics handle",
3209 go_name.c_str ()); 3212 go_name.c_str ());
3210 } 3213 }