Fix rep-draw recognition
authorH.G. Muller <h.g.muller@hccnet.nl>
Mon, 29 Mar 2010 07:57:48 +0000 (09:57 +0200)
committerArun Persaud <arun@nubati.net>
Wed, 31 Mar 2010 02:43:22 +0000 (19:43 -0700)
commit9fdbee6f765e42280263dc159e476b44b75e16f0
treec5e05d9bb22b835f21ed81834f9e944eff5f2034
parent23a3ba7289d92cfaf9346cef5cc3cf51c0000015
Fix rep-draw recognition

The refactoring had broken the rep-draw recognition, by adding and extra
condition in a conditional with side effects. The testing of this extra
condition is now moved to after the side effect.
backend.c