diff options
Diffstat (limited to 'otk/truerendercontrol.cc')
| -rw-r--r-- | otk/truerendercontrol.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otk/truerendercontrol.cc b/otk/truerendercontrol.cc index 41d9cd6c..ec64be24 100644 --- a/otk/truerendercontrol.cc +++ b/otk/truerendercontrol.cc @@ -111,7 +111,7 @@ void TrueRenderControl::drawGradientBackground( const ScreenInfo *info = display->screenInfo(_screen); XImage *im = XCreateImage(**display, info->visual(), info->depth(), ZPixmap, 0, NULL, w, h, 32, 0); - im->byte_order = LSBFirst; + im->byte_order = endian; pixel32 *data = new pixel32[sf.height()*sf.width()]; pixel32 current; |
