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_modes.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_modes.c')
-rw-r--r-- | src/i830_modes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i830_modes.c b/src/i830_modes.c index 405dcc61..06921a50 100644 --- a/src/i830_modes.c +++ b/src/i830_modes.c @@ -52,7 +52,7 @@ #include "X11/Xatom.h" #include "i830.h" #include "i830_display.h" -#include "i830_xf86Modes.h" +#include "xf86Modes.h" #include <randrstr.h> DisplayModePtr |