diff options
| author | nathan <nathansmith@disroot.org> | 2025-11-06 06:11:56 +0000 |
|---|---|---|
| committer | nathan <nathansmith@disroot.org> | 2025-11-06 06:11:56 +0000 |
| commit | 485584966a5592eec6fd8b3b815cb23f26984733 (patch) | |
| tree | f122a611a7693df1a514cb3169e1e8cdb9439d11 /src/messageArea.h | |
| parent | 754fc059c3a6b3a1bc204f87d58152dbb65b2abe (diff) | |
| download | FindThings-485584966a5592eec6fd8b3b815cb23f26984733.tar.gz FindThings-485584966a5592eec6fd8b3b815cb23f26984733.tar.bz2 FindThings-485584966a5592eec6fd8b3b815cb23f26984733.zip | |
Window thingy hehehehe
Diffstat (limited to 'src/messageArea.h')
| -rw-r--r-- | src/messageArea.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/messageArea.h b/src/messageArea.h index ec34452..1fd0a70 100644 --- a/src/messageArea.h +++ b/src/messageArea.h @@ -1,4 +1,5 @@ #include "utils.h" +#include "ui.h" #ifndef MESSAGE_AREA_H #define MESSAGE_AREA_H @@ -7,7 +8,7 @@ typedef struct { char text[MESSAGE_AREA_MAX]; - Rectangle bounds; + FloatingWindow window; } MessageArea; void initMessageArea(MessageArea* messageArea); |
