Mercurial > sdl-ios-xcode
view src/video/dc/Makefile.am @ 567:969fbd4dcd4e
From: David Hedbor
Subject: Qtopia patches (input grabbing and iconify)
Ok, here's a patch that adds support for SDL_WM_GrabInput (default
state is "ungrabbed") and SDL_WM_IconifyWindow. Also has some other
tweaks such as taking additional steps to clean up when exiting
(bypassing certain bugs in some versions of Qtopia and/or OPIE) and it
also maps Key_F33 to Key_Return (this is the Zaurus 'ok' key).
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 20 Jan 2003 01:08:20 +0000 |
parents | dad72daf44b3 |
children |
line wrap: on
line source
## Makefile.am for SDL using the Dreamcast video driver noinst_LTLIBRARIES = libvideo_dc.la libvideo_dc_la_SOURCES = $(SRCS) # The SDL Dreamcast video driver sources SRCS = \ SDL_dcevents.c \ SDL_dcevents_c.h \ SDL_dcmouse.c \ SDL_dcmouse_c.h \ SDL_dcvideo.c \ SDL_dcvideo.h