summaryrefslogtreecommitdiff
path: root/emulators/vice/patches/patch-af
blob: 4a0f434d707eebbe06f5a89007b1a22344ad7fed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-af,v 1.5 2005/11/18 20:44:55 kristerw Exp $

--- src/arch/unix/x11/video.c.orig	2005-11-18 20:57:10.000000000 +0100
+++ src/arch/unix/x11/video.c	2005-11-18 20:57:47.000000000 +0100
@@ -204,7 +204,7 @@
 
 /* ------------------------------------------------------------------------- */
 
-static GC _video_gc;
+GC _video_gc;
 static void (*_refresh_func)();
 
 /* This is set to 1 if the Shared Memory Extensions can actually be used. */