entry ending box should tick
Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit
Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit
This commit is contained in:
parent
80e3d25147
commit
2c19489acd
3 changed files with 78 additions and 31 deletions
|
|
@ -117,6 +117,7 @@ struct _MwWidget {
|
|||
int top_step;
|
||||
MwWidget* draw_queue;
|
||||
MwWidget* resize_queue;
|
||||
MwWidget* monitored_entries;
|
||||
|
||||
int berserk;
|
||||
long last_tick;
|
||||
|
|
@ -138,6 +139,8 @@ struct _MwEntry {
|
|||
int cursor;
|
||||
int right;
|
||||
int length;
|
||||
int active;
|
||||
int cursor_blink_timer;
|
||||
MwPoint mouse;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue