]> git.pld-linux.org Git - packages/SDL.git/commitdiff
72c9058de7a9277693585660cc1876ae SDL-1.2.1.tar.gz
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 21 Jun 2001 08:56:21 +0000 (08:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    SDL-svga.patch -> 1.2

SDL-svga.patch [deleted file]

diff --git a/SDL-svga.patch b/SDL-svga.patch
deleted file mode 100644 (file)
index bc00998..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
---- SDL-1.1.3/src/video/svga/SDL_svgavideo.c-root      Thu Aug  3 16:04:10 2000
-+++ SDL-1.1.3/src/video/svga/SDL_svgavideo.c   Thu Aug  3 16:04:49 2000
-@@ -68,7 +68,7 @@
- static int SVGA_Available(void)
- {
--      /* Check to see if we are root and stdin is a virtual console */
-+      /* Check to see if stdin is a virtual console */
-       int console;
-       console = STDIN_FILENO;
-@@ -81,7 +81,7 @@
-                       console = -1;
-               }
-       }
--      return((geteuid() == 0) && (console >= 0));
-+      return(console >= 0);
- }
- static void SVGA_DeleteDevice(SDL_VideoDevice *device)
This page took 0.225673 seconds and 4 git commands to generate.