diff options
author | michael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2007-01-14 06:51:20 +0000 |
---|---|---|
committer | michael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2007-01-14 06:51:20 +0000 |
commit | 48364cbf8a8884388c3c0a8b4d0fe0bfea9fb1e9 (patch) | |
tree | 90a203523180f00ba638d6c1c9f4523ffe5ca2ed /widget_timer.h | |
parent | 8c30e45b24af21f3c4b147a06d9c367d30f62286 (diff) | |
download | lcd4linux-48364cbf8a8884388c3c0a8b4d0fe0bfea9fb1e9.tar.gz |
switch from CVS to SVN
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@724 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'widget_timer.h')
-rw-r--r-- | widget_timer.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/widget_timer.h b/widget_timer.h index 73f7a2b..1499e38 100644 --- a/widget_timer.h +++ b/widget_timer.h @@ -43,9 +43,9 @@ typedef struct WIDGET_TIMER { - PROPERTY expression; /* main timer expression */ - PROPERTY update; /* update interval (msec) */ - PROPERTY active; /* timer active? */ + PROPERTY expression; /* main timer expression */ + PROPERTY update; /* update interval (msec) */ + PROPERTY active; /* timer active? */ } WIDGET_TIMER; extern WIDGET_CLASS Widget_Timer; |