Commit bf958ece authored by Ulrich Sibiller's avatar Ulrich Sibiller Committed by Mike Gabriel

Image.c: undo wrong string replacement nxagentBitmapBitOrder

nxagentBitmapBitOrder never existed and should really be BitmapBitOrder. It was accidently replaced in 523009b9
parent 61619be5
......@@ -1093,7 +1093,7 @@ FIXME: Should use an unpack resource here.
#ifdef TEST
fprintf(stderr, "nxagentPutSubImage: Display image order is [%d] bitmap order is [%d].\n",
ImageByteOrder(nxagentDisplay), nxagentBitmapBitOrder(nxagentDisplay));
ImageByteOrder(nxagentDisplay), BitmapBitOrder(nxagentDisplay));
#endif
/*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment