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 {
|
typedef struct {
|
||||||
|
|
||||||
int startx;
|
uint16_t startx = 0;
|
||||||
int endx;
|
uint16_t endx = 0;
|
||||||
int starty;
|
uint16_t starty = 0;
|
||||||
int endy;
|
uint16_t endy = 0;
|
||||||
} Region;
|
} Region;
|
||||||
|
|
||||||
// Pipe elements into decorator togethers.
|
// Pipe elements into decorator togethers.
|
||||||
|
Loading…
Reference in New Issue
Block a user