changeset 1403:376665398b25

Catch the C++ and Objective C sources too...
author Sam Lantinga <slouken@libsdl.org>
date Tue, 21 Feb 2006 08:47:46 +0000
parents d910939febfa
children 6f6c8ac0db15
files src/audio/baudio/SDL_beaudio.cc src/cdrom/beos/SDL_syscdrom.cc src/joystick/beos/SDL_bejoystick.cc src/main/beos/SDL_BeApp.cc src/video/bwindow/SDL_sysevents.cc src/video/bwindow/SDL_sysmouse.cc src/video/bwindow/SDL_sysvideo.cc src/video/bwindow/SDL_syswm.cc src/video/bwindow/SDL_sysyuv.cc src/video/qtopia/SDL_QPEApp.cc src/video/qtopia/SDL_QWin.cc src/video/qtopia/SDL_sysevents.cc src/video/qtopia/SDL_sysmouse.cc src/video/qtopia/SDL_sysvideo.cc src/video/qtopia/SDL_syswm.cc src/video/quartz/SDL_QuartzEvents.m src/video/quartz/SDL_QuartzGL.m src/video/quartz/SDL_QuartzVideo.m src/video/quartz/SDL_QuartzWM.m src/video/quartz/SDL_QuartzWindow.m src/video/quartz/SDL_QuartzYUV.m
diffstat 21 files changed, 21 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/audio/baudio/SDL_beaudio.cc	Tue Feb 21 08:46:50 2006 +0000
+++ b/src/audio/baudio/SDL_beaudio.cc	Tue Feb 21 08:47:46 2006 +0000
@@ -19,6 +19,7 @@
     Sam Lantinga
     slouken@libsdl.org
 */
+#include "SDL_config.h"
 
 /* Allow access to the audio stream on BeOS */
 
--- a/src/cdrom/beos/SDL_syscdrom.cc	Tue Feb 21 08:46:50 2006 +0000
+++ b/src/cdrom/beos/SDL_syscdrom.cc	Tue Feb 21 08:47:46 2006 +0000
@@ -19,6 +19,7 @@
     Sam Lantinga
     slouken@libsdl.org
 */
+#include "SDL_config.h"
 
 /* Functions for system-level CD-ROM audio control on BeOS
    (not completely implemented yet)
--- a/src/joystick/beos/SDL_bejoystick.cc	Tue Feb 21 08:46:50 2006 +0000
+++ b/src/joystick/beos/SDL_bejoystick.cc	Tue Feb 21 08:47:46 2006 +0000
@@ -19,6 +19,7 @@
     Sam Lantinga
     slouken@libsdl.org
 */
+#include "SDL_config.h"
 
 /* This is the system specific header for the SDL joystick API */
 
--- a/src/main/beos/SDL_BeApp.cc	Tue Feb 21 08:46:50 2006 +0000
+++ b/src/main/beos/SDL_BeApp.cc	Tue Feb 21 08:47:46 2006 +0000
@@ -19,6 +19,7 @@
     Sam Lantinga
     slouken@libsdl.org
 */
+#include "SDL_config.h"
 
 /* Handle the BeApp specific portions of the application */
 
--- a/src/video/bwindow/SDL_sysevents.cc	Tue Feb 21 08:46:50 2006 +0000
+++ b/src/video/bwindow/SDL_sysevents.cc	Tue Feb 21 08:47:46 2006 +0000
@@ -19,6 +19,7 @@
     Sam Lantinga
     slouken@libsdl.org
 */
+#include "SDL_config.h"
 
 #include <support/UTF8.h>
 #include <stdio.h>
--- a/src/video/bwindow/SDL_sysmouse.cc	Tue Feb 21 08:46:50 2006 +0000
+++ b/src/video/bwindow/SDL_sysmouse.cc	Tue Feb 21 08:47:46 2006 +0000
@@ -19,6 +19,7 @@
     Sam Lantinga
     slouken@libsdl.org
 */
+#include "SDL_config.h"
 
 #include <AppKit.h>
 #include <GameKit.h>
--- a/src/video/bwindow/SDL_sysvideo.cc	Tue Feb 21 08:46:50 2006 +0000
+++ b/src/video/bwindow/SDL_sysvideo.cc	Tue Feb 21 08:47:46 2006 +0000
@@ -19,6 +19,7 @@
     Sam Lantinga
     slouken@libsdl.org
 */
+#include "SDL_config.h"
 
 /* BWindow based framebuffer implementation */
 
--- a/src/video/bwindow/SDL_syswm.cc	Tue Feb 21 08:46:50 2006 +0000
+++ b/src/video/bwindow/SDL_syswm.cc	Tue Feb 21 08:47:46 2006 +0000
@@ -19,6 +19,7 @@
     Sam Lantinga
     slouken@libsdl.org
 */
+#include "SDL_config.h"
 
 #include "SDL_BWin.h"
 
--- a/src/video/bwindow/SDL_sysyuv.cc	Tue Feb 21 08:46:50 2006 +0000
+++ b/src/video/bwindow/SDL_sysyuv.cc	Tue Feb 21 08:47:46 2006 +0000
@@ -19,6 +19,7 @@
     Sam Lantinga
     slouken@libsdl.org
 */
+#include "SDL_config.h"
 
 /* This is the BeOS version of SDL YUV video overlays */
 
--- a/src/video/qtopia/SDL_QPEApp.cc	Tue Feb 21 08:46:50 2006 +0000
+++ b/src/video/qtopia/SDL_QPEApp.cc	Tue Feb 21 08:47:46 2006 +0000
@@ -19,6 +19,7 @@
     Sam Lantinga
     slouken@libsdl.org
 */
+#include "SDL_config.h"
 
 #include <qpe/qpeapplication.h>
 #include <qapplication.h>
--- a/src/video/qtopia/SDL_QWin.cc	Tue Feb 21 08:46:50 2006 +0000
+++ b/src/video/qtopia/SDL_QWin.cc	Tue Feb 21 08:47:46 2006 +0000
@@ -19,6 +19,7 @@
     Sam Lantinga
     slouken@libsdl.org
 */
+#include "SDL_config.h"
 
 #include "SDL_QWin.h"
 #include <qapplication.h>
--- a/src/video/qtopia/SDL_sysevents.cc	Tue Feb 21 08:46:50 2006 +0000
+++ b/src/video/qtopia/SDL_sysevents.cc	Tue Feb 21 08:47:46 2006 +0000
@@ -19,6 +19,7 @@
     Sam Lantinga
     slouken@libsdl.org
 */
+#include "SDL_config.h"
 
 #include <qpe/qpeapplication.h>
 
--- a/src/video/qtopia/SDL_sysmouse.cc	Tue Feb 21 08:46:50 2006 +0000
+++ b/src/video/qtopia/SDL_sysmouse.cc	Tue Feb 21 08:47:46 2006 +0000
@@ -19,6 +19,7 @@
     Sam Lantinga
     slouken@libsdl.org
 */
+#include "SDL_config.h"
 
 #include "SDL_QWin.h"
 
--- a/src/video/qtopia/SDL_sysvideo.cc	Tue Feb 21 08:46:50 2006 +0000
+++ b/src/video/qtopia/SDL_sysvideo.cc	Tue Feb 21 08:47:46 2006 +0000
@@ -19,6 +19,7 @@
     Sam Lantinga
     slouken@libsdl.org
 */
+#include "SDL_config.h"
 
 /* Qtopia based framebuffer implementation */
 
--- a/src/video/qtopia/SDL_syswm.cc	Tue Feb 21 08:46:50 2006 +0000
+++ b/src/video/qtopia/SDL_syswm.cc	Tue Feb 21 08:47:46 2006 +0000
@@ -19,6 +19,7 @@
     Sam Lantinga
     slouken@libsdl.org
 */
+#include "SDL_config.h"
 
 #include "SDL_QWin.h"
 
--- a/src/video/quartz/SDL_QuartzEvents.m	Tue Feb 21 08:46:50 2006 +0000
+++ b/src/video/quartz/SDL_QuartzEvents.m	Tue Feb 21 08:47:46 2006 +0000
@@ -19,6 +19,7 @@
     Sam Lantinga
     slouken@libsdl.org
 */
+#include "SDL_config.h"
 
 #include "SDL_QuartzVideo.h"
 
--- a/src/video/quartz/SDL_QuartzGL.m	Tue Feb 21 08:46:50 2006 +0000
+++ b/src/video/quartz/SDL_QuartzGL.m	Tue Feb 21 08:47:46 2006 +0000
@@ -19,6 +19,7 @@
     Sam Lantinga
     slouken@libsdl.org
 */
+#include "SDL_config.h"
 
 #include "SDL_QuartzVideo.h"
 
--- a/src/video/quartz/SDL_QuartzVideo.m	Tue Feb 21 08:46:50 2006 +0000
+++ b/src/video/quartz/SDL_QuartzVideo.m	Tue Feb 21 08:47:46 2006 +0000
@@ -19,6 +19,7 @@
     Sam Lantinga
     slouken@libsdl.org
 */
+#include "SDL_config.h"
 
 #include "SDL_QuartzVideo.h"
 #include "SDL_QuartzWindow.h"
--- a/src/video/quartz/SDL_QuartzWM.m	Tue Feb 21 08:46:50 2006 +0000
+++ b/src/video/quartz/SDL_QuartzWM.m	Tue Feb 21 08:47:46 2006 +0000
@@ -19,6 +19,7 @@
     Sam Lantinga
     slouken@libsdl.org
 */
+#include "SDL_config.h"
 
 #include "SDL_QuartzVideo.h"
 
--- a/src/video/quartz/SDL_QuartzWindow.m	Tue Feb 21 08:46:50 2006 +0000
+++ b/src/video/quartz/SDL_QuartzWindow.m	Tue Feb 21 08:47:46 2006 +0000
@@ -19,6 +19,7 @@
     Sam Lantinga
     slouken@libsdl.org
 */
+#include "SDL_config.h"
 
 #include "SDL_QuartzVideo.h"
 #include "SDL_QuartzWindow.h"
--- a/src/video/quartz/SDL_QuartzYUV.m	Tue Feb 21 08:46:50 2006 +0000
+++ b/src/video/quartz/SDL_QuartzYUV.m	Tue Feb 21 08:47:46 2006 +0000
@@ -19,6 +19,7 @@
     Sam Lantinga
     slouken@libsdl.org
 */
+#include "SDL_config.h"
 
 #include "SDL_QuartzVideo.h"
 #include "SDL_QuartzWindow.h"