diff options
author | Björn Stenberg <bjorn@haxx.se> | 2004-09-16 14:36:08 +0000 |
---|---|---|
committer | Björn Stenberg <bjorn@haxx.se> | 2004-09-16 14:36:08 +0000 |
commit | 8b6950493bb281e8aac996219d33188c482b1d67 (patch) | |
tree | 3b907795bc72dd61934c5ea6f4f790e047e3f83c /uisimulator/x11/screenhack.h | |
parent | 82e9438e2e87887c0c917fddf2fa4971261ff83d (diff) | |
download | rockbox-8b6950493bb281e8aac996219d33188c482b1d67.tar.gz rockbox-8b6950493bb281e8aac996219d33188c482b1d67.zip |
Moved LCD_WIDHT/HEIGHT from lcd driver to config file.
Simulators now use conig-xxx.h.
Added Iriver H100 to tools/configure.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5081 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator/x11/screenhack.h')
-rw-r--r-- | uisimulator/x11/screenhack.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uisimulator/x11/screenhack.h b/uisimulator/x11/screenhack.h index f4496d69c5..084f8769bd 100644 --- a/uisimulator/x11/screenhack.h +++ b/uisimulator/x11/screenhack.h @@ -15,7 +15,7 @@ #include <stdlib.h> #include <stdbool.h> -#include "config.h" +#include "config-x11.h" #ifdef __hpux /* Which of the ten billion standards does values.h belong to? |