view src/video/riscos/Makefile.am @ 1290:c4a5a772c5d9

The event code was fine, and calculated the SDL_windowX/Y correctly. What we really needed to do was avoid doing client rect adjustment on zoomed windows. :)
author Sam Lantinga <slouken@libsdl.org>
date Sun, 29 Jan 2006 18:17:35 +0000
parents 974ba6ae0fa3
children
line wrap: on
line source


## Makefile.am for SDL using the RISC OS video driver

noinst_LTLIBRARIES = libvideo_riscos.la
libvideo_riscos_la_SOURCES = $(CGX_SRCS)

# The SDL RISC OS video driver sources
CGX_SRCS = 				\
	SDL_riscosASM.s			\
	SDL_riscosevents.c		\
	SDL_riscosevents_c.h		\
	SDL_riscosFullScreenVideo.c	\
	SDL_riscosmouse.c		\
	SDL_riscosmouse_c.h		\
	SDL_riscossprite.c		\
	SDL_riscostask.c		\
	SDL_riscostask.h		\
	SDL_riscosvideo.c		\
	SDL_riscosvideo.h		\
	SDL_wimppoll.c			\
	SDL_wimpvideo.c