diff options
author | Owain G. Ainsworth <oga@openbsd.org> | 2011-03-16 21:44:45 +0000 |
---|---|---|
committer | Owain G. Ainsworth <oga@openbsd.org> | 2011-03-16 21:44:45 +0000 |
commit | 4576f0cb25611bf4211b9032e9e77351a8479a8a (patch) | |
tree | 59c330ade7c468d02fb7421fef794a4155504dbb /src/intel_driver.c | |
parent | 8f9cdd8cf664f87f96737f17d5ecdd7790849022 (diff) |
Fix build. oops.
Diffstat (limited to 'src/intel_driver.c')
-rw-r--r-- | src/intel_driver.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/intel_driver.c b/src/intel_driver.c index 0f1e83b2..5a019333 100644 --- a/src/intel_driver.c +++ b/src/intel_driver.c @@ -2216,6 +2216,7 @@ I830ScreenInit(int scrnIndex, ScreenPtr screen, int argc, char **argv) intel->tiling = TRUE; else intel->tiling = FALSE; + } if (xf86IsOptionSet(intel->Options, OPTION_SHADOW)) { if (xf86ReturnOptValBool(intel->Options, OPTION_SHADOW, FALSE)) |