diff options
Diffstat (limited to 'apps/gui/gwps.h')
| -rw-r--r-- | apps/gui/gwps.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/gui/gwps.h b/apps/gui/gwps.h index 3836d92..174dff6 100644 --- a/apps/gui/gwps.h +++ b/apps/gui/gwps.h @@ -73,6 +73,7 @@ struct gui_img{ struct progressbar { /* regular pb */ short x; + /* Negative if y is line number based (-line_num-1), positive if set explicitely */ short y; short width; short height; |