diff options
author | Michel Dänzer <michel@tungstengraphics.com> | 2007-03-09 19:50:03 +0100 |
---|---|---|
committer | Michel Dänzer <michel@tungstengraphics.com> | 2007-03-09 19:50:03 +0100 |
commit | 7518b8959ee7598f3526365a83ea7e143a5d6a4e (patch) | |
tree | cafd36f77a902d23c168f1bc28b3afda47b3a53d | |
parent | 1991a90ae90b388c914985d20d6f8c3637856e9a (diff) |
Revert change accidentally included in previous commit.
-rw-r--r-- | src/i830_exa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i830_exa.c b/src/i830_exa.c index dfc8f998..bef8faef 100644 --- a/src/i830_exa.c +++ b/src/i830_exa.c @@ -42,7 +42,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #define DEBUG_I830FALLBACK 1 #endif -#define ALWAYS_SYNC 0 +#define ALWAYS_SYNC 1 #ifdef DEBUG_I830FALLBACK #define I830FALLBACK(s, arg...) \ |