diff options
| author | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-04-18 20:57:12 +0000 |
|---|---|---|
| committer | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-04-18 20:57:12 +0000 |
| commit | 1f7f0b8da7a868b40c23f034c75bce46713c5c32 (patch) | |
| tree | d8f8bba4aa9b253be804dfd2ac8dc89f4532e898 /include/widget_textfield.h | |
| parent | 41adf4a371c15229f882c0a433b09c8848ea66f4 (diff) | |
- ide to skompilovat :)
- oprava chyby, pri strele do miny zmiznu _vsetky_ streli
- ide to aj (na/od)instalovat :))
git-svn-id: http://opensvn.csie.org/tuxanci_ng@47 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'include/widget_textfield.h')
| -rw-r--r-- | include/widget_textfield.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/widget_textfield.h b/include/widget_textfield.h index af59ae8..e5e7cf3 100644 --- a/include/widget_textfield.h +++ b/include/widget_textfield.h @@ -19,6 +19,7 @@ typedef struct widget_textfield int w, h; int canWrite; int timeBlick; + int time; char text[STR_SIZE]; bool_t active; } widget_textfield_t; |