new window ID is returned

This commit is contained in:
2026-02-09 23:24:09 +00:00
parent c4288d4542
commit 61a310516b
3 changed files with 20 additions and 1 deletions
+8
View File
@@ -27,4 +27,12 @@ struct __attribute__((packed)) NewWindowBody {
char EndMarker;
};
struct __attribute__((packed)) WindowIDReply {
char StarMarker;
int16_t wID;
char EndMarker;
};
void initWindowIDReply(WindowIDReply* pkt, int16_t id);
#endif