summaryrefslogtreecommitdiff
path: root/src/net
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2005-05-14 16:30:44 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2005-05-14 16:30:44 +0000
commit8381ec4111505692a9058db37412adb872bedd3e (patch)
treeafabb776a5f3b6696e021266c8fa1023c1b71fcb /src/net
parente7d91341bc0ee21f4b31fefb77c34b14c13c618d (diff)
downloadmana-client-8381ec4111505692a9058db37412adb872bedd3e.tar.gz
mana-client-8381ec4111505692a9058db37412adb872bedd3e.tar.bz2
mana-client-8381ec4111505692a9058db37412adb872bedd3e.tar.xz
mana-client-8381ec4111505692a9058db37412adb872bedd3e.zip
Hide mouse when the application doesn't have mouse focus.
Diffstat (limited to 'src/net')
-rw-r--r--src/net/protocol.h21
1 files changed, 11 insertions, 10 deletions
diff --git a/src/net/protocol.h b/src/net/protocol.h
index 9a755e63..14c21d59 100644
--- a/src/net/protocol.h
+++ b/src/net/protocol.h
@@ -25,16 +25,17 @@
#define _TMW_PROTOCOL_H
// Packets from server to client
-#define SMSG_LOGIN_SUCCESS 0x0073 // Logged in, starting location
-#define SMSG_REMOVE_BEING 0x0080 // Died, logged out, teleport, etc.
-#define SMSG_MOVE_BEING 0x007b // A nearby monster moves
-#define SMSG_PLAYER_UPDATE_1 0x01d8 //
-#define SMSG_PLAYER_UPDATE_2 0x01d9 //
-#define SMSG_MOVE_PLAYER_BEING 0x01da // A nearby player moves
-#define SMSG_CHANGE_BEING_LOOKS 0x00c3 //
-#define SMSG_BEING_CHAT 0x008d // A being talks
-#define SMSG_MY_BEING_CHAT 0x008e // My being talks
-#define SMSG_GM_CHAT 0x009a // GM announce
+#define SMSG_LOGIN_SUCCESS 0x0073 /**< Logged in, starting location */
+#define SMSG_REMOVE_BEING 0x0080 /**< Died, logged out, teleport ... */
+#define SMSG_MOVE_BEING 0x007b /**< A nearby monster moves */
+#define SMSG_PLAYER_UPDATE_1 0x01d8
+#define SMSG_PLAYER_UPDATE_2 0x01d9
+#define SMSG_MOVE_PLAYER_BEING 0x01da /**< A nearby player moves */
+#define SMSG_CHANGE_BEING_LOOKS 0x00c3
+#define SMSG_BEING_CHAT 0x008d /**< A being talks */
+#define SMSG_MY_BEING_CHAT 0x008e /**< My being talks */
+#define SMSG_GM_CHAT 0x009a /**< GM announce */
+#define SMSG_WALK_RESPONSE 0x0087
/** Packet length by id */