summaryrefslogtreecommitdiff
path: root/games/quake/patches/patch-ak
diff options
context:
space:
mode:
Diffstat (limited to 'games/quake/patches/patch-ak')
-rw-r--r--games/quake/patches/patch-ak14
1 files changed, 0 insertions, 14 deletions
diff --git a/games/quake/patches/patch-ak b/games/quake/patches/patch-ak
deleted file mode 100644
index 0dc7f5925f2..00000000000
--- a/games/quake/patches/patch-ak
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-ak,v 1.3 2009/08/29 19:26:01 wiz Exp $
-
---- WinQuake/vid_x.c.orig Tue Dec 21 18:40:22 1999
-+++ WinQuake/vid_x.c Fri Jan 28 23:34:06 2000
-@@ -711,6 +711,9 @@
- void VID_Shutdown (void)
- {
- Con_Printf("VID_Shutdown\n");
-+ /* if display hasn't been initialised, we don't have to close it */
-+ if (!x_disp)
-+ return;
- XAutoRepeatOn(x_disp);
- XCloseDisplay(x_disp);
- }