diff options
author | Klaus Reimer | 2011-04-04 00:28:14 +0200 |
---|---|---|
committer | Max Horn | 2011-04-12 11:05:35 +0200 |
commit | a4e757834e1ea227c207072868ca732f9872ed59 (patch) | |
tree | b8064c4706a903fbc1b405acfb4437a97e4ed776 /backends/platform/sdl/posix | |
parent | b17f7d20c28eda883b8c21ad3fedc6619ee04d5d (diff) | |
download | scummvm-rg350-a4e757834e1ea227c207072868ca732f9872ed59.tar.gz scummvm-rg350-a4e757834e1ea227c207072868ca732f9872ed59.tar.bz2 scummvm-rg350-a4e757834e1ea227c207072868ca732f9872ed59.zip |
WEBOS: Create webos backend with custom events
Currently only contains test code.
Diffstat (limited to 'backends/platform/sdl/posix')
-rw-r--r-- | backends/platform/sdl/posix/posix-main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/sdl/posix/posix-main.cpp b/backends/platform/sdl/posix/posix-main.cpp index 72777e1ab7..9e778ab899 100644 --- a/backends/platform/sdl/posix/posix-main.cpp +++ b/backends/platform/sdl/posix/posix-main.cpp @@ -25,7 +25,7 @@ #include "common/scummsys.h" -#if defined(UNIX) && !defined(MACOSX) && !defined(SAMSUNGTV) && !defined(LINUXMOTO) && !defined(GPH_DEVICE) && !defined(GP2X) && !defined(DINGUX) && !defined(OPENPANDORA) +#if defined(UNIX) && !defined(MACOSX) && !defined(SAMSUNGTV) && !defined(WEBOS) && !defined(LINUXMOTO) && !defined(GPH_DEVICE) && !defined(GP2X) && !defined(DINGUX) && !defined(OPENPANDORA) #include "backends/platform/sdl/posix/posix.h" #include "backends/plugins/sdl/sdl-provider.h" |