diff src/video/qnxgf/SDL_gf_opengles.c @ 3109:7b3a09fb9c8b

Support for HID devices (mice and keyboards only for now) has been added
author Mike Gorchak <lestat@i.com.ua>
date Tue, 28 Apr 2009 04:33:30 +0000
parents 82e60908fab1
children 7f684f249ec9
line wrap: on
line diff
--- a/src/video/qnxgf/SDL_gf_opengles.c	Tue Apr 28 04:30:52 2009 +0000
+++ b/src/video/qnxgf/SDL_gf_opengles.c	Tue Apr 28 04:33:30 2009 +0000
@@ -1,8 +1,3 @@
-Date: Mon, 23 Mar 2009 09:17:24 +0200
-From: "Mike Gorchak" <mike@malva.ua>
-To: "Sam Lantinga" <slouken@devolution.com>
-Subject: New QNX patches
-
 /*
     SDL - Simple DirectMedia Layer
     Copyright (C) 1997-2009 Sam Lantinga
@@ -53,4 +48,3 @@
    glColor4f(((GLfloat)red)/255.f, ((GLfloat)green)/255.f, ((GLfloat)blue)/255.f, ((GLfloat)alpha)/255.f);
    return;
 }
-