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 Os.hxx


From: Matti Katila
Subject: [Gzz-commits] gzz/gfx/libos Os-GLX.cxx Os.hxx
Date: Wed, 26 Feb 2003 10:50:10 -0500

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Matti Katila <address@hidden>   03/02/26 10:50:09

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

Log message:
        removed obsolete glXgetprocaddress code

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

Patches:
Index: gzz/gfx/libos/Os-GLX.cxx
diff -u gzz/gfx/libos/Os-GLX.cxx:1.25 gzz/gfx/libos/Os-GLX.cxx:1.26
--- gzz/gfx/libos/Os-GLX.cxx:1.25       Fri Feb 21 15:02:33 2003
+++ gzz/gfx/libos/Os-GLX.cxx    Wed Feb 26 10:50:09 2003
@@ -798,13 +798,5 @@
        gdk_pixbuf_unref(pb);
        return ImageRaster(w, h, data);
     }
-
-
-
-
-    void (* getExtendedProcAddress(const char * c)) (void)  {
-        return glXGetProcAddressARB( (const GLubyte *)(c) );
-    }
-
 }
 
Index: gzz/gfx/libos/Os.hxx
diff -u gzz/gfx/libos/Os.hxx:1.19 gzz/gfx/libos/Os.hxx:1.20
--- gzz/gfx/libos/Os.hxx:1.19   Fri Feb 21 15:02:33 2003
+++ gzz/gfx/libos/Os.hxx        Wed Feb 26 10:50:09 2003
@@ -173,21 +173,6 @@
 
     class Problem { };
 
-
-
-    /** 
-     * OpenGL extension function provider.
-     *
-     * OpenGL extension functions may not be defined and referencing
-     * them may cause linkage errors. Therefore, their addresses
-     * need to be dynamically queried at run time.
-     *
-     * @return Extension function's address or NULL.
-     * @see <a href="CallGL.html">CallGl</a> 
-     * @see <a href="http://oss.sgi.com/projects/ogl-sample/registry/";>OpenGL 
Extension Registry</a> 
-     */
-    void (* getExtendedProcAddress(const char * c))(void);
-
 }
 
 




reply via email to

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