mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2024-11-25 04:08:39 +08:00
Corrected bug
This commit is contained in:
parent
c1c6afc0ba
commit
719a2388f5
@ -35,10 +35,10 @@ enum BorderStyle {
|
||||
|
||||
typedef struct {
|
||||
|
||||
int startx;
|
||||
int endx;
|
||||
int starty;
|
||||
int endy;
|
||||
uint16_t startx = 0;
|
||||
uint16_t endx = 0;
|
||||
uint16_t starty = 0;
|
||||
uint16_t endy = 0;
|
||||
} Region;
|
||||
|
||||
// Pipe elements into decorator togethers.
|
||||
|
Loading…
Reference in New Issue
Block a user