diff --git a/developer/system/gui.md b/developer/system/gui.md index 32101fb8..8e17e827 100644 --- a/developer/system/gui.md +++ b/developer/system/gui.md @@ -255,12 +255,21 @@ struct msg_window_hints { MSG_WINDOW_FLAGS
 struct msg_window_flags { 
-      uint32_t flags_set; 
+     uint32_t flags_set;
      uint32_t flags_unset;
 };
 
Change window state request; fields contains bitmask which flags request to be set and which unset + + MSG_CURSOR +
+struct msg_cursor {
+     uint32_t cursor;
+};
+
+ Update cursor pointer for a window. Supported cursor IDs are default cursor (0) and X Font cursors (with 0x100 bit set). + Dom0 -> AppVM messages