aboutsummaryrefslogtreecommitdiff
path: root/nxcomp/src/TranslateCoords.h
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2019-03-01 12:04:25 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2019-03-01 12:04:25 +0100
commit176f9b471b2ec67dd95e054d9a22ab87c8110b7c (patch)
treedeae1ad544bd1a7eb585e60ae612aaa7ae63744f /nxcomp/src/TranslateCoords.h
parentd156ce5ab6afa3bc67189f4985e1517d5aca52b3 (diff)
parent7c8214f31fd3d83e641067941573ebb89f4f4ddb (diff)
downloadnx-libs-176f9b471b2ec67dd95e054d9a22ab87c8110b7c.tar.gz
nx-libs-176f9b471b2ec67dd95e054d9a22ab87c8110b7c.tar.bz2
nx-libs-176f9b471b2ec67dd95e054d9a22ab87c8110b7c.zip
Merge branch 'uli42-pr/fix_clang_warnings' into 3.6.x
Attributes GH PR #763: https://github.com/ArcticaProject/nx-libs/pull/763
Diffstat (limited to 'nxcomp/src/TranslateCoords.h')
-rw-r--r--nxcomp/src/TranslateCoords.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/nxcomp/src/TranslateCoords.h b/nxcomp/src/TranslateCoords.h
index 997d079e1..fd9b1590b 100644
--- a/nxcomp/src/TranslateCoords.h
+++ b/nxcomp/src/TranslateCoords.h
@@ -84,10 +84,10 @@ class TranslateCoordsMessage : public Message
unsigned int src_x;
unsigned int src_y;
- unsigned char r_same_screen;
- unsigned int r_child_window;
- unsigned int r_dst_x;
- unsigned int r_dst_y;
+ // unsigned char r_same_screen;
+ // unsigned int r_child_window;
+ // unsigned int r_dst_x;
+ // unsigned int r_dst_y;
};
class TranslateCoordsStore : public MessageStore