From 0a63806670f611a5501c859b1124a4b922d3179e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Sat, 15 Oct 2011 22:52:12 +0000 Subject: [PATCH] GUIdocs changed MSG_CROSSING back to life --- GUIdocs.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/GUIdocs.md b/GUIdocs.md index a7d67378..dde84869 100644 --- a/GUIdocs.md +++ b/GUIdocs.md @@ -203,7 +203,15 @@ The header is followed by message-specific data. ` uint32_t override_redirect; ` ` }; `|Map a window with given parameters| |MSG\_CLOSE|None|send wmDeleteMessage to the window| -|MSG\_CROSSING|Obsolete|Obsolete, unused| +|MSG\_CROSSING|` struct msg_crossing { ` + ` uint32_t type; ` + ` uint32_t x; ` + ` uint32_t y; ` + ` uint32_t state; ` + ` uint32_t mode; ` + ` uint32_t detail; ` + ` uint32_t focus; ` + ` }; `|Notify window about enter/leave event| |MSG\_FOCUS|` struct msg_focus { ` ` uint32_t type; ` ` uint32_t mode; `