Mercurial > sdl-ios-xcode
view src/video/quartz/Makefile.am @ 634:44d574ed4780
Date: Thu, 05 Jun 2003 09:36:40 +0100
From: "alan buckley" <alan_baa@hotmail.com>
Subject: Modification for RISC OS SDL port
My name is Alan Buckley and I have been working on the RISC OS SDL port.
I've attached a modification to SDL_WimpVideo.c to this email that ensures
the Window is displayed immediately when the video mode is set to a windowed
mode.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 14 Jun 2003 07:18:40 +0000 |
parents | e92aa316c517 |
children | c5b2b6d2d1fe |
line wrap: on
line source
## Makefile.am for SDL using the MacOS X Quartz video driver noinst_LTLIBRARIES = libvideo_quartz.la libvideo_quartz_la_SOURCES = $(QUARTZ_SRCS) # The SDL MacOS X Quartz video driver sources QUARTZ_SRCS = \ SDL_QuartzKeys.h \ SDL_QuartzVideo.h \ SDL_QuartzVideo.m # These files are included by SDL_QuartzVideo.m (is that right??) noinst_HEADERS = \ SDL_QuartzEvents.m \ SDL_QuartzWM.m \ SDL_QuartzWindow.m