diff options
author | Keith Packard <keithp@guitar.keithp.com> | 2007-02-16 00:57:44 -0800 |
---|---|---|
committer | Keith Packard <keithp@guitar.keithp.com> | 2007-02-16 00:57:44 -0800 |
commit | 20e146a09e3b4907a6800588ebfa787bfc5b0d89 (patch) | |
tree | 58f957dbefa6bd74c100a222825e5b8c67464d08 /src/i830_crt.c | |
parent | 17e38e39a49b2a96e31cca4a0b922631c5f7879e (diff) |
Change rotation pixmap creation API to permit start-time rotation.
Start time rotation requires that the pixmap be created after the server has
initialized the screens. Delay the pixmap creation until the first block
handler invocation.
Diffstat (limited to 'src/i830_crt.c')
-rw-r--r-- | src/i830_crt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i830_crt.c b/src/i830_crt.c index 573e6526..77061653 100644 --- a/src/i830_crt.c +++ b/src/i830_crt.c @@ -31,7 +31,7 @@ #include "xf86.h" #include "i830.h" -#include "i830_xf86Modes.h" +#include "xf86Modes.h" #include "i830_display.h" static void |