summaryrefslogtreecommitdiff
path: root/wm/3ddesktop/patches/patch-ad
blob: d07e6d5459f14cc2cd84fad1e084b7fdfa2fd29e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
$NetBSD: patch-ad,v 1.1 2005/07/19 16:27:07 wiz Exp $

--- win.cpp.orig	2004-05-28 05:41:28.000000000 +0200
+++ win.cpp
@@ -316,11 +316,10 @@ int GLWindow::create_GL_window(char *tit
     else {
         msgout (ERROR, 
                 "glXIsDirect failed, no Direct Rendering possible!\n"
-                "Please configure hardware acceleration.  Exiting.\n");
+                "3ddesktop will run slow without hardware acceleration.\n");
         fprintf (stderr, 
                  "3ddeskd: glXIsDirect failed, no Direct Rendering possible!\n"
-                 "3ddeskd: Please configure hardware acceleration.  Exiting.\n");
-        end_program(-1);
+                 "3ddeskd: 3ddesktop will run slow without hardware acceleration.\n");
     }