From http://www.jwz.org/xscreensaver/xscreensaver-5.34.tar.gz
[xscreensaver] / android / XScreenSaverGLView.c
index 6ffecd9a088a1b946e846b6bc126a0160d31b4d2..346b29231b75369958d70afd7ff71a24f475ec1e 100644 (file)
@@ -48,6 +48,11 @@ GLXContext *
 init_GL (ModeInfo *mi)
 {
   Window win = mi->window;
+
+  // Caller expects a pointer to an opaque struct...  which it dereferences.
+  // Don't ask me, it's historical...
+  static int blort = -1;
+  return (void *) &blort;
 }
 
 /* report a GL error. */