|
|
Choosing A Webhost: |
cvs: apps screens.c,1.18,1.19: msg#00110systems.archos.rockbox.cvs
Update of /cvsroot/rockbox/apps In directory sc8-pr-cvs1:/tmp/cvs-serv26777 Modified Files: screens.c Log Message: adjust the splash timer if the wrong key is pressed many times Index: screens.c =================================================================== RCS file: /cvsroot/rockbox/apps/screens.c,v retrieving revision 1.18 retrieving revision 1.19 diff -u -b -r1.18 -r1.19 --- screens.c 17 Mar 2003 19:32:07 -0000 1.18 +++ screens.c 17 Mar 2003 19:37:01 -0000 1.19 @@ -519,9 +519,10 @@ lcd_update(); if(ticks) { + int start = current_tick; int done = ticks + current_tick + 1; while (TIME_BEFORE( current_tick, done)) { - int button = button_get_w_tmo(ticks); + int button = button_get_w_tmo(ticks - (current_tick-start)); if((button & keymask) == keymask) break; }
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | cvs: apps screens.c,1.17,1.18 screens.h,1.2,1.3, Daniel Stenberg |
|---|---|
| Next by Date: | cvs: apps screens.c,1.19,1.20 screens.h,1.3,1.4, Daniel Stenberg |
| Previous by Thread: | cvs: apps screens.c,1.17,1.18 screens.h,1.2,1.3, Daniel Stenberg |
| Next by Thread: | cvs: apps screens.c,1.19,1.20 screens.h,1.3,1.4, Daniel Stenberg |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |