diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2005-03-05 22:45:04 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2005-03-05 22:45:04 +0000 |
| commit | fabdf1de6f1a8fa8e281a3d428f484778b818344 (patch) | |
| tree | db9a6c0a8c5f86d19bf14e7bdde8f9f1944e1871 /apps/plugins/SOURCES | |
| parent | 576d029ece8fe9fc891ad7b50658b39178a40ead (diff) | |
| download | rockbox-fabdf1de6f1a8fa8e281a3d428f484778b818344.zip rockbox-fabdf1de6f1a8fa8e281a3d428f484778b818344.tar.gz rockbox-fabdf1de6f1a8fa8e281a3d428f484778b818344.tar.bz2 rockbox-fabdf1de6f1a8fa8e281a3d428f484778b818344.tar.xz | |
Logo plugin: (1) Changed button handling. Left/Down now always decreases the absolute delta (down to 0), while Right/Up increaes it. (2) Adapted for player using the player graphics library.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6146 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/SOURCES')
| -rw-r--r-- | apps/plugins/SOURCES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index 581d164..030fc32 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -5,6 +5,7 @@ cube.c favorites.c firmware_flash.c helloworld.c +logo.c metronome.c mosaique.c rockbox_flash.c @@ -22,7 +23,6 @@ chip8.c flipit.c grayscale.c jpeg.c -logo.c mandelbrot.c minesweeper.c oscillograph.c |