Mercurial > sdl-ios-xcode
view src/video/quartz/Makefile.am @ 272:d1447a846d80
Date: Sat, 19 Jan 2002 17:24:32 -0500 (EST)
From: Darrell Walisser <dwaliss1@purdue.edu>
Subject: SDL Quartz video update
-better mouse motion events
-fixed minification bugs (except OpenGL)
-fixed QZ_SetGamma for correct semantics
-fade/unfade display before/after rez switch
-experimental obscured-check/blind-copy code
The obscured code, while it speeds up window drawing substantially, isn't
ready yet. The reason is that there doesn't (yet) seem to be a way to know
when the window is dragged or when the window suddenly comes to the
foreground. Since Carbon windows seem to allow detection of such things, I
suspect it is possible through some window server API. Cocoa(NSWindow) has no
functions for such things, AFAIK.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 22 Jan 2002 18:46:28 +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