blob: 065ffb35052a9186602b825d0b913f59bf5fd9b9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
$NetBSD: patch-af,v 1.6 2006/06/29 22:56:34 dillo Exp $
--- src/arch/unix/x11/video.c.orig 2006-01-02 01:04:55.000000000 +0100
+++ src/arch/unix/x11/video.c
@@ -210,11 +210,7 @@ int video_init_cmdline_options(void)
/* ------------------------------------------------------------------------- */
-#if !defined(__NETBSD__)
static GC _video_gc;
-#else
-GC _video_gc;
-#endif
static void (*_refresh_func)();
/* This is set to 1 if the Shared Memory Extensions can actually be used. */
|