| Newsgroups |
gmane.comp.video.gephex.devel |
| Message-ID |
<[email protected]> |
Archive: [email protected]
New revision: gephex--main--0.4--patch-1812
--
Revision: gephex--main--0.4--patch-1812
Archive: [email protected]
Creator: GePhex <[email protected]>
Date: Mon Nov 1 21:30:56 CET 2004
Standard-date: 2004-11-01 20:30:56 GMT
Modified-files: modules/src/frboutmodule/gloutput.cpp
New-patches: [email protected]/gephex--main--0.4--patch-1812
[email protected]/gephex--oglbug--0.4--base-0
[email protected]/gephex--oglbug--0.4--patch-1
Summary: bugfix for opengl driver
Keywords:
Patches applied:
* [email protected]/gephex--oglbug--0.4--base-0
tag of [email protected]/gephex--main--0.4--patch-1811
* [email protected]/gephex--oglbug--0.4--patch-1
add dummy parameter to ogl driver
* added directories
{arch}/gephex/gephex--oglbug
{arch}/gephex/gephex--oglbug/gephex--oglbug--0.4
{arch}/gephex/gephex--oglbug/gephex--oglbug--0.4/[email protected]
{arch}/gephex/gephex--oglbug/gephex--oglbug--0.4/[email protected]/patch-log
* added files
{arch}/gephex/gephex--main/gephex--main--0.4/[email protected]/patch-log/patch-1812
{arch}/gephex/gephex--oglbug/gephex--oglbug--0.4/[email protected]/patch-log/base-0
{arch}/gephex/gephex--oglbug/gephex--oglbug--0.4/[email protected]/patch-log/patch-1
* modified files
--- orig/modules/src/frboutmodule/gloutput.cpp
+++ mod/modules/src/frboutmodule/gloutput.cpp
@@ -68,7 +68,7 @@
static struct DriverInstance* GL_new_instance(const char* server_name,
int xpos, int ypos,
- int width, int height,
+ int width, int height, int mmx_supported,
char* error_text, int buflen);
static void GL_destroy(struct DriverInstance* sh);
@@ -112,7 +112,7 @@
static struct DriverInstance*
GL_new_instance(const char* server_name,
int xpos, int ypos,
- int width, int height,
+ int width, int height,int mmx_supported,
char* error_text, int text_len)
{
#ifdef VERBOSE_GL_OUTPUT