gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] gzz/gfx/libos Os-GLX.cxx


From: Tuomas J. Lukka
Subject: [Gzz-commits] gzz/gfx/libos Os-GLX.cxx
Date: Wed, 11 Dec 2002 05:45:47 -0500

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Tuomas J. Lukka <address@hidden>        02/12/11 05:45:47

Modified files:
        gfx/libos      : Os-GLX.cxx 

Log message:
        Different error for pbuffer fbconfig

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gfx/libos/Os-GLX.cxx.diff?tr1=1.16&tr2=1.17&r1=text&r2=text

Patches:
Index: gzz/gfx/libos/Os-GLX.cxx
diff -u gzz/gfx/libos/Os-GLX.cxx:1.16 gzz/gfx/libos/Os-GLX.cxx:1.17
--- gzz/gfx/libos/Os-GLX.cxx:1.16       Tue Dec 10 07:45:52 2002
+++ gzz/gfx/libos/Os-GLX.cxx    Wed Dec 11 05:45:47 2002
@@ -203,7 +203,7 @@
 
            pbFbConfig = glXChooseFBConfig(dpy, DefaultScreen(dpy),
                        pbufferAttributes, &nel);
-           if(!pbFbConfig) BARF("Can't get dblbuf visual");
+           if(!pbFbConfig) BARF("Can't get pbuffer visual");
 
            pbContext = glXCreateNewContext(dpy, pbFbConfig[0], 
                    GLX_RGBA_TYPE, 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]