aboutsummaryrefslogtreecommitdiff
path: root/nxcomp/src/PutPackedImage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'nxcomp/src/PutPackedImage.cpp')
-rw-r--r--nxcomp/src/PutPackedImage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/nxcomp/src/PutPackedImage.cpp b/nxcomp/src/PutPackedImage.cpp
index 0bae2c0d4..301bbe282 100644
--- a/nxcomp/src/PutPackedImage.cpp
+++ b/nxcomp/src/PutPackedImage.cpp
@@ -308,7 +308,7 @@ int PutPackedImageStore::parseIdentity(Message *message, const unsigned char *bu
putPackedImage -> client = *(buffer + 1);
- putPackedImage -> drawable = GetULONG(buffer + 4, bigEndian);
+ putPackedImage -> drawable = GetULONG(buffer + 4, bigEndian);
putPackedImage -> gcontext = GetULONG(buffer + 8, bigEndian);
putPackedImage -> method = *(buffer + 12);