From 6b1ea564cde50a3f65b0f5f5275a5ca16cb42813 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Wed, 16 Jan 2013 22:52:03 +0000 Subject: [PATCH] GUIdocs changed --- GUIdocs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GUIdocs.md b/GUIdocs.md index b4ec1096..0fc0b72d 100644 --- a/GUIdocs.md +++ b/GUIdocs.md @@ -237,7 +237,7 @@ The header is followed by message-specific data. |MSG\_CLIPBOARD\_REQ|None|Retrieve the local clipboard, pass contents to gui-daemon| |MSG\_CLIPBOARD\_DATA|amorphic blob|Insert the received data into local clipboard| |MSG\_EXECUTE|Obsolete|Obsolete, unused| -|MSG\_KEYMAP\_NOTIFY|` unsigned char remote_keys[32]; `|Synchronize the keyboard state (key pressed/depressed) with dom0| +|MSG\_KEYMAP\_NOTIFY|` unsigned char remote_keys[32]; `|Synchronize the keyboard state (key pressed/released) with dom0| |MSG\_WINDOW\_FLAGS|` struct msg_window_flags { ` ` uint32_t flags_set; ` ` uint32_t flags_unset;`