all repos — openbox @ 9a47b042de1ca670da3219dbd2b97e98bc2376ed

openbox fork - make it a bit more like ryudo

another attempt at fixing strange endian issues
Derek Foreman manmower@gmail.com
commit

9a47b042de1ca670da3219dbd2b97e98bc2376ed

parent

f92804ec20cb51d8656887ea9a78d68a06b1f02a

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M otk/truerendercontrol.ccotk/truerendercontrol.cc

@@ -111,7 +111,7 @@

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; pixel32 *data = new pixel32[sf.height()*sf.width()]; pixel32 current;