diff src/video/photon/SDL_ph_video.h @ 266:c6abdda2f666

Added QNX cleanups by Mike Gorchak (thanks!)
author Sam Lantinga <slouken@libsdl.org>
date Fri, 18 Jan 2002 18:14:03 +0000
parents e8157fcb3114
children f6ffac90895c
line wrap: on
line diff
--- a/src/video/photon/SDL_ph_video.h	Fri Jan 18 17:14:16 2002 +0000
+++ b/src/video/photon/SDL_ph_video.h	Fri Jan 18 18:14:03 2002 +0000
@@ -50,10 +50,13 @@
 #include "Pt.h"
 #include <photon/Pg.h>
 #include <photon/PdDirect.h>
+#include <photon/PdGL.h>
 
 /* Hidden "this" pointer for the video functions */
 #define _THIS	SDL_VideoDevice *this
 
+#define PH_OGL_MAX_ATTRIBS 32
+
 typedef union vidptr{
   uint8_t  *volatile ptr8;
   uint16_t *volatile ptr16;