diff options
| author | Felix Arends <edx@rockbox.org> | 2002-04-27 15:20:53 +0000 |
|---|---|---|
| committer | Felix Arends <edx@rockbox.org> | 2002-04-27 15:20:53 +0000 |
| commit | a6ca085a35fc2b1739fc8d1e6cf064b45279e8ee (patch) | |
| tree | 558e54de047a1cde0ac61ab110e54a4bda69d343 /uisimulator/win32/kernel.c | |
| parent | 49ea8fb28140f9297a1d470e56761702a389e5b3 (diff) | |
| download | rockbox-a6ca085a35fc2b1739fc8d1e6cf064b45279e8ee.zip rockbox-a6ca085a35fc2b1739fc8d1e6cf064b45279e8ee.tar.gz rockbox-a6ca085a35fc2b1739fc8d1e6cf064b45279e8ee.tar.bz2 rockbox-a6ca085a35fc2b1739fc8d1e6cf064b45279e8ee.tar.xz | |
removed unneeded code from lcd.c and renamed it do lcd-win32.c
updated modified constants (LCD_WIDTH, LCD_HEIGHT)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@261 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator/win32/kernel.c')
| -rw-r--r-- | uisimulator/win32/kernel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uisimulator/win32/kernel.c b/uisimulator/win32/kernel.c index 4277190..b6d36e3 100644 --- a/uisimulator/win32/kernel.c +++ b/uisimulator/win32/kernel.c @@ -7,7 +7,7 @@ * \/ \/ \/ \/ \/ * $Id$ * - * Copyright (C) 2002 by Björn Stenberg, Felix Arends + * Copyright (C) 2002 by Felix Arends * * All files in this archive are subject to the GNU General Public License. * See the file COPYING in the source tree root for full license agreement. |