Mercurial > sdl-ios-xcode
view src/video/bwindow/Makefile.am @ 311:2847fd83f115
Date: Fri, 15 Mar 2002 18:24:59 GMT+1
From: Patrice Mandin <pmandin@caramail.com>
Subject: [SDL] [PATCH] Atari port, bug in xbios driver driver
Hello,
This patch correct a stupid mistake in the FlipHWSurface
function, where I forgot to update surface->pixels when
using a double buffered surface.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 20 Mar 2002 02:24:29 +0000 |
parents | 74212992fb08 |
children | 10332c6fad2e |
line wrap: on
line source
## Makefile.am for SDL using the BeOS BWindow video driver noinst_LTLIBRARIES = libvideo_bwindow.la libvideo_bwindow_la_SOURCES = $(BWINDOW_SRCS) # The SDL BWindow video driver sources BWINDOW_SRCS = \ SDL_BView.h \ SDL_BWin.h \ SDL_lowvideo.h \ SDL_sysevents.cc \ SDL_sysevents_c.h \ SDL_sysmouse.cc \ SDL_sysmouse_c.h \ SDL_sysvideo.cc \ SDL_syswm.cc \ SDL_syswm_c.h